COLOR #EB6663

HEX: #EB6663
RGB: (235,102,99)

Color info

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

RGB color model

#EB6663 color RGB value is (235,102,99).

  • red value is 235;
  • green value is 102;
  • blue value is 99.
RGB:
(235,102,99)
(92%,40%,39%)

RGB channels and saturation

R 235 of 255 = 92%
G 102 of 255 = 40%
B 99 of 255 = 39%

235
102
99

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

Portions of RGB colors in percentages

R + G + B =
235 + 102 + 99 = 436 (100%)
R 235 of 436 ~ 53.9%
G 102 of 436 ~ 23.39%
B 99 of 436 ~ 22.71%

%53.9
%23.39
%22.71

CMYK color model

#EB6663 color CMYK value is (0,57,58,8).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 57.87%
  • key color value is 7.84%
CMYK:
(0,57,58,8)
C0M57Y58K8 
(0%,57%,58%,8%)
(0.00/0.57/0.58/0.08)	

CMYK percentages

%0
%56.6
%57.87
%7.84

Codes

Color #EB6663 in popluar color models

EB6663
RGB23510299
HSL77.27%65.49%
HSB/HSV57.87%92.16%
CMYK0.00%56.60%57.87%
7.84%

Color #EB6663 in popluar number systems.

HEXEB6663
Decimal23510299
Binary1110101111001101100011
Octal353146143

Shades and tints

Shades of #EB6663

#EB6663
(235,102,99)
#D65D5A
(214,93,90)
#C15451
(193,84,81)
#AC4B48
(172,75,72)
#97423F
(151,66,63)
#823936
(130,57,54)
#6D302D
(109,48,45)
#582724
(88,39,36)
#431E1B
(67,30,27)
#2E1512
(46,21,18)
#190C09
(25,12,9)
#000000
(0,0,0)

Tints of #EB6663

#EB6663
(235,102,99)
#EC7371
(236,115,113)
#ED807F
(237,128,127)
#EE8D8D
(238,141,141)
#EF9A9B
(239,154,155)
#F0A7A9
(240,167,169)
#F1B4B7
(241,180,183)
#F2C1C5
(242,193,197)
#F3CED3
(243,206,211)
#F4DBE1
(244,219,225)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6663 color. Also use rgb(235,102,99) instead hex code.

Text Font Color

.myTextColor { color: #EB6663; }

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

This text font color is #EB6663.


Background Color

.myBgColor { background-color: #EB6663; }

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

This div background color is #EB6663.


Border color

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

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

This div border color is #EB6663.


Opacity

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

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

Text with #EB6663 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 #EB6663;}

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

This text has shadow with #EB6663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6663 on black background.


Color preview on white background

This text has color #EB6663 on white background.



Black color preview on #EB6663 background

This text has black color on #EB6663 background.


White color preview on #EB6663 background

This text has white color on #EB6663 background.