#EE8A86

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

Shades of Sweet Pink #EE8A86

Tints of Sweet Pink #EE8A86

Color information

#EE8A86 (or 0xEE8A86) is unknown color: approx Sweet Pink. HEX triplet: EE, 8A and 86. RGB value is (238,138,134). Sum of RGB (Red+Green+Blue) = 238+138+134=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A86 is #117579. Grayscale: #A7A7A7. Windows color (decimal): -1144186 or 8817390. OLE color: 8817390.

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

Color convert

RGB238138134-
CMYK00.420.440.07
HSL2.31º75.36%72.94%-
HSV(B)2.31º43.7%93.33%-
XYZ48.6538.0827.34-
YUV167.44109.13178.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=46.67%
G=27.06%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813813400.420.440.072.3175.3672.94
HexEE8A8602A2C724b49
Octal3562122060525472113111
Binary11101110100010101000011001010101011001111010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A86; }

 p { color: rgb(238,138,134); }

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

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

 a { background-color: rgb(238,138,134); }

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

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

 span { border-color: rgb(238,138,134); }

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