#EE6A78

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

Shades of Froly #EE6A78

Tints of Froly #EE6A78

Color information

#EE6A78 (or 0xEE6A78) is unknown color: approx Froly. HEX triplet: EE, 6A and 78. RGB value is (238,106,120). Sum of RGB (Red+Green+Blue) = 238+106+120=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A78 is #119587. Grayscale: #939393. Windows color (decimal): -1152392 or 7891694. OLE color: 7891694.

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

Color convert

RGB238106120-
CMYK00.550.500.07
HSL353.64º79.52%67.45%-
HSV(B)353.64º55.46%93.33%-
XYZ43.829.8421.22-
YUV147.06112.73192.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.29%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=51.29%
G=22.84%
B=25.86%

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
Decimal23810612000.550.500.07353.6479.5267.45
HexEE6A780373271625043
Octal356152170067627542120103
Binary1110111011010101111000011011111001011110110001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A78; }

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

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

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

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

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

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

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

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