#EE8182

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

Shades of Froly #EE8182

Tints of Froly #EE8182

Color information

#EE8182 (or 0xEE8182) is unknown color: approx Froly. HEX triplet: EE, 81 and 82. RGB value is (238,129,130). Sum of RGB (Red+Green+Blue) = 238+129+130=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8182 is #117E7D. Grayscale: #A1A1A1. Windows color (decimal): -1146494 or 8552942. OLE color: 8552942.

HSL color Cylindrical-coordinate representation of color #EE8182: hue angle of 359.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE8182 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238129130-
CMYK00.460.450.07
HSL359.45º76.22%71.96%-
HSV(B)359.45º45.8%93.33%-
XYZ47.1435.4925.48-
YUV161.7110.11182.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=47.89%
G=25.96%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812913000.460.450.07359.4576.2271.96
HexEE818202E2D71674c48
Octal356201202056557547114110
Binary111011101000000110000010010111010110111110110011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8182; }

 p { color: rgb(238,129,130); }

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

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

 a { background-color: rgb(238,129,130); }

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

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

 span { border-color: rgb(238,129,130); }

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