#EE8D84

Color #EE8D84 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EE8D84

Tints of Sweet Pink #EE8D84

Color information

#EE8D84 (or 0xEE8D84) is unknown color: approx Sweet Pink. HEX triplet: EE, 8D and 84. RGB value is (238,141,132). Sum of RGB (Red+Green+Blue) = 238+141+132=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D84 is #11727B. Grayscale: #A9A9A9. Windows color (decimal): -1143420 or 8687086. OLE color: 8687086.

HSL color Cylindrical-coordinate representation of color #EE8D84: hue angle of 5.09º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8D84 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238141132-
CMYK00.410.450.07
HSL5.09º75.71%72.55%-
HSV(B)5.09º44.54%93.33%-
XYZ48.9538.8926.76-
YUV168.98107.14177.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 46.58%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=46.58%
G=27.59%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814113200.410.450.075.0975.7172.55
HexEE8D840292D754c49
Octal3562152040515575114111
Binary111011101000110110000100010100110110111110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D84; }

 p { color: rgb(238,141,132); }

 H1.HeaderClassName
 {
   color: #EE8D84;
 }
 .AnyTagClassName
 {
   color: #EE8D84;
 }
</style>
background-color css

<style>
 a { background-color: #EE8D84; }

 a { background-color: rgb(238,141,132); }

 div.DivClassName
 {
   background-color: #EE8D84;
 }
 .BgClassName
 {
   background-color: #EE8D84;
 }
</style>
border-color css

<style>
 span { border-color: #EE8D84; }

 span { border-color: rgb(238,141,132); }

 td.TdClassName
 {
   border-color: #EE8D84;
 }
 .TagClassName
 {
   border-color: #EE8D84;
 }
</style>