#EE7076

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

Shades of Froly #EE7076

Tints of Froly #EE7076

Color information

#EE7076 (or 0xEE7076) is unknown color: approx Froly. HEX triplet: EE, 70 and 76. RGB value is (238,112,118). Sum of RGB (Red+Green+Blue) = 238+112+118=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7076 is #118F89. Grayscale: #969696. Windows color (decimal): -1150858 or 7762158. OLE color: 7762158.

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

Color convert

RGB238112118-
CMYK00.530.500.07
HSL357.14º78.75%68.63%-
HSV(B)357.14º52.94%93.33%-
XYZ44.3231.0720.8-
YUV150.36109.74190.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=50.85%
G=23.93%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811211800.530.500.07357.1478.7568.63
HexEE70760353271654f45
Octal356160166065627545117105
Binary1110111011100001110110011010111001011110110010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7076; }

 p { color: rgb(238,112,118); }

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

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

 a { background-color: rgb(238,112,118); }

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

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

 span { border-color: rgb(238,112,118); }

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