#EE6E78

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

Shades of Froly #EE6E78

Tints of Froly #EE6E78

Color information

#EE6E78 (or 0xEE6E78) is unknown color: approx Froly. HEX triplet: EE, 6E and 78. RGB value is (238,110,120). Sum of RGB (Red+Green+Blue) = 238+110+120=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E78 is #119187. Grayscale: #959595. Windows color (decimal): -1151368 or 7892718. OLE color: 7892718.

HSL color Cylindrical-coordinate representation of color #EE6E78: hue angle of 355.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6E78 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238110120-
CMYK00.540.500.07
HSL355.31º79.01%68.24%-
HSV(B)355.31º53.78%93.33%-
XYZ44.2330.6921.36-
YUV149.41111.41191.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=50.85%
G=23.50%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811012000.540.500.07355.3179.0168.24
HexEE6E780363271634f44
Octal356156170066627543117104
Binary1110111011011101111000011011011001011110110001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6E78; }

 p { color: rgb(238,110,120); }

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

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

 a { background-color: rgb(238,110,120); }

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

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

 span { border-color: rgb(238,110,120); }

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