COLOR #EB6062

HEX: #EB6062 RGB: (235,96,98)

Color info

#EB6062 contains mainly red color. Web safe color of #EB6062 is #FF6666 (or #F66).

RGB color model

#EB6062 color RGB value is (235,96,98).

RGB: (235,96,98) (92%, 38%, 38%)

RGB channels and saturation

R 235 of 255 = 92%
G 96 of 255 = 38%
B 98 of 255 = 38%

235
96
98

R + G + B ~ 56%. #EB6062 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 235 + 96 + 98 = 429 (100%)
R 235 of 429 ~ 54.78%
G 96 of 429 ~ 22.38%
B 98 of 429 ~ 22.84'%

%54.78
%22.38
%22.84

CMYK color model

#EB6062 color CMYK value is (0,59,58,8).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 58.30%
  • key color value is 7.84%

CMYK: (0,59,58,8)
C0M59Y58K8 (0%, 59%, 58%, 8%)
(0.00 / 0.59 / 0.58 / 0.08)

CMYK percentages

%0
%59.15
%58.3
%7.84

Codes

Color #EB6062 in popluar color models

EB 60 62
RGB 235 96 98
HSL 359° 77.65% 64.90%
HSB/HSV 359° 59.15% 92.16%
CMYK 0.00% 59.15% 58.30%
7.84%

Color #EB6062 in popluar number systems.

HEX EB 60 62
Decimal 235 96 98
Binary 11101011 1100000 1100010
Octal 353 140 142

Shades and tints

Shades of #EB6062

#EB6062
(235,96,98)
#D6585A
(214,88,90)
#C15052
(193,80,82)
#AC484A
(172,72,74)
#974042
(151,64,66)
#82383A
(130,56,58)
#6D3032
(109,48,50)
#58282A
(88,40,42)
#432022
(67,32,34)
#2E181A
(46,24,26)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #EB6062

#EB6062
(235,96,98)
#EC6E70
(236,110,112)
#ED7C7E
(237,124,126)
#EE8A8C
(238,138,140)
#EF989A
(239,152,154)
#F0A6A8
(240,166,168)
#F1B4B6
(241,180,182)
#F2C2C4
(242,194,196)
#F3D0D2
(243,208,210)
#F4DEE0
(244,222,224)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6062 color. Also use rgb(235,96,98) instead hex code.

Text Font Color

.myTextColor { color: #EB6062; }

<p style="color:#EB6062">This sample text font color is #EB6062.</p>

This text font color is #EB6062.

Background Color

.myBgColor { background-color: #EB6062; }

<div style="background-color:#EB6062">Inner text</div>

This div background color is #EB6062.

Border color

.myBorderColor { border: 1px solid #EB6062; }

<div style="border:3px solid #EB6062">Div</div>

This div border color is #EB6062.

Opacity

.myOpacity80 { color: #EB6062; opacity: 0.8; }

<p style="color:#EB6062;opacity:0.8;">80%</p>

Text with #EB6062 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB6062;}

<p style="text-shadow: 3px 3px 1px #EB6062">Text here.</p>

This text has shadow with #EB6062 color.


.textShadow {text-shadow: 3px 3px 1px #EB6062', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB6062, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB6062 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB6062, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB6062, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB6062 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB6062;
-webkit-box-shadow: 1px 1px 3px 2px #EB6062;
box-shadow: 1px 1px 3px 2px #EB6062;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB6062; -webkit-box-shadow: 1px 1px 3px 2px #EB6062; box-shadow:1px 1px 3px 2px #EB6062;">
Div content here
</div>

This div box has shadow with color #EB6062.

Preview

Color preview on black background

This text has color #EB6062 on black background.


Color preview on white background

This text has color #EB6062 on white background.


Black color preview on #EB6062 background

This text has black color on #EB6062 background.


White color preview on #EB6062 background

This text has white color on #EB6062 background.


Related colors

Complementary color

Complementary color for #EB6062 is #149F9D.


I love getcolorcode.com

Triadic colors

1 #62EB60 and #6062EB with #EB6062 are triadic colors.

2 #6260EB and #60EB62 with #EB6062 are triadic colors.