#EE7072

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

Shades of Froly #EE7072

Tints of Froly #EE7072

Color information

#EE7072 (or 0xEE7072) is unknown color: approx Froly. HEX triplet: EE, 70 and 72. RGB value is (238,112,114). Sum of RGB (Red+Green+Blue) = 238+112+114=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7072 is #118F8D. Grayscale: #969696. Windows color (decimal): -1150862 or 7500014. OLE color: 7500014.

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

Color convert

RGB238112114-
CMYK00.530.520.07
HSL359.05º78.75%68.63%-
HSV(B)359.05º52.94%93.33%-
XYZ44.0930.9819.58-
YUV149.9107.74190.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.29%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=51.29%
G=24.14%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811211400.530.520.07359.0578.7568.63
HexEE70720353471674f45
Octal356160162065647547117105
Binary1110111011100001110010011010111010011110110011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7072; }

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

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

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

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

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

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

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

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