#E08182

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

Shades of Froly #E08182

Tints of Froly #E08182

Color information

#E08182 (or 0xE08182) is unknown color: approx Froly. HEX triplet: E0, 81 and 82. RGB value is (224,129,130). Sum of RGB (Red+Green+Blue) = 224+129+130=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E08182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08182 is #1F7E7D. Grayscale: #9D9D9D. Windows color (decimal): -2063998 or 8552928. OLE color: 8552928.

HSL color Cylindrical-coordinate representation of color #E08182: hue angle of 359.37º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08182 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224129130-
CMYK00.420.420.12
HSL359.37º60.51%69.22%-
HSV(B)359.37º42.41%87.84%-
XYZ42.6233.1625.27-
YUV157.52112.47175.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.38%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=46.38%
G=26.71%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412913000.420.420.12359.3760.5169.22
HexE0818202A2AC1673d45
Octal340201202052521454775105
Binary111000001000000110000010010101010101011001011001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08182; }

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

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

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

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

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

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

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

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