#EE6E77

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

Shades of Froly #EE6E77

Tints of Froly #EE6E77

Color information

#EE6E77 (or 0xEE6E77) is unknown color: approx Froly. HEX triplet: EE, 6E and 77. RGB value is (238,110,119). Sum of RGB (Red+Green+Blue) = 238+110+119=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E77 is #119188. Grayscale: #959595. Windows color (decimal): -1151369 or 7827182. OLE color: 7827182.

HSL color Cylindrical-coordinate representation of color #EE6E77: hue angle of 355.78º 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 #EE6E77 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238110119-
CMYK00.540.500.07
HSL355.78º79.01%68.24%-
HSV(B)355.78º53.78%93.33%-
XYZ44.1730.6621.04-
YUV149.3110.91191.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.96%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=50.96%
G=23.55%
B=25.48%

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
Decimal23811011900.540.500.07355.7879.0168.24
HexEE6E770363271644f44
Octal356156167066627544117104
Binary1110111011011101110111011011011001011110110010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6E77; }

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

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

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

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

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

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

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

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