#E38182

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

Shades of Froly #E38182

Tints of Froly #E38182

Color information

#E38182 (or 0xE38182) is unknown color: approx Froly. HEX triplet: E3, 81 and 82. RGB value is (227,129,130). Sum of RGB (Red+Green+Blue) = 227+129+130=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E38182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38182 is #1C7E7D. Grayscale: #9E9E9E. Windows color (decimal): -1867390 or 8552931. OLE color: 8552931.

HSL color Cylindrical-coordinate representation of color #E38182: hue angle of 359.39º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E38182 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB227129130-
CMYK00.430.430.11
HSL359.39º63.64%69.8%-
HSV(B)359.39º43.17%89.02%-
XYZ43.5633.6425.32-
YUV158.42111.97176.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.71%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=46.71%
G=26.54%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712913000.430.430.11359.3963.6469.8
HexE3818202B2BB1674046
Octal3432012020535313547100106
Binary1110001110000001100000100101011101011101110110011110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38182; }

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

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

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

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

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

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

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

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