#EE7080

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

Shades of Froly #EE7080

Tints of Froly #EE7080

Color information

#EE7080 (or 0xEE7080) is unknown color: approx Froly. HEX triplet: EE, 70 and 80. RGB value is (238,112,128). Sum of RGB (Red+Green+Blue) = 238+112+128=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7080 is #118F7F. Grayscale: #979797. Windows color (decimal): -1150848 or 8417518. OLE color: 8417518.

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

Color convert

RGB238112128-
CMYK00.530.460.07
HSL352.38º78.75%68.63%-
HSV(B)352.38º52.94%93.33%-
XYZ44.9531.3224.1-
YUV151.5114.74189.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.79%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=49.79%
G=23.43%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811212800.530.460.07352.3878.7568.63
HexEE70800352E71604f45
Octal356160200065567540117105
Binary11101110111000010000000011010110111011110110000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7080; }

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

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

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

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

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

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

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

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