#EE8C80

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

Shades of Sweet Pink #EE8C80

Tints of Sweet Pink #EE8C80

Color information

#EE8C80 (or 0xEE8C80) is unknown color: approx Sweet Pink. HEX triplet: EE, 8C and 80. RGB value is (238,140,128). Sum of RGB (Red+Green+Blue) = 238+140+128=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8C80 is #11737F. Grayscale: #A8A8A8. Windows color (decimal): -1143680 or 8424686. OLE color: 8424686.

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

Color convert

RGB238140128-
CMYK00.410.460.07
HSL6.55º76.39%71.76%-
HSV(B)6.55º46.22%93.33%-
XYZ48.5338.4925.29-
YUV167.93105.47177.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.04%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=47.04%
G=27.67%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814012800.410.460.076.5576.3971.76
HexEE8C800292E774c48
Octal3562142000515677114110
Binary111011101000110010000000010100110111011111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8C80; }

 p { color: rgb(238,140,128); }

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

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

 a { background-color: rgb(238,140,128); }

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

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

 span { border-color: rgb(238,140,128); }

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