#EE6B78

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

Shades of Froly #EE6B78

Tints of Froly #EE6B78

Color information

#EE6B78 (or 0xEE6B78) is unknown color: approx Froly. HEX triplet: EE, 6B and 78. RGB value is (238,107,120). Sum of RGB (Red+Green+Blue) = 238+107+120=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B78 is #119487. Grayscale: #939393. Windows color (decimal): -1152136 or 7891950. OLE color: 7891950.

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

Color convert

RGB238107120-
CMYK00.550.500.07
HSL354.05º79.39%67.65%-
HSV(B)354.05º55.04%93.33%-
XYZ43.9130.0521.26-
YUV147.65112.4192.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=51.18%
G=23.01%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810712000.550.500.07354.0579.3967.65
HexEE6B780373271624f44
Octal356153170067627542117104
Binary1110111011010111111000011011111001011110110001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6B78; }

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

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

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

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

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

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

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

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