#E48182

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

Shades of Froly #E48182

Tints of Froly #E48182

Color information

#E48182 (or 0xE48182) is unknown color: approx Froly. HEX triplet: E4, 81 and 82. RGB value is (228,129,130). Sum of RGB (Red+Green+Blue) = 228+129+130=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E48182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48182 is #1B7E7D. Grayscale: #9E9E9E. Windows color (decimal): -1801854 or 8552932. OLE color: 8552932.

HSL color Cylindrical-coordinate representation of color #E48182: hue angle of 359.39º degrees, saturation: 0.65, 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 #E48182 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228129130-
CMYK00.430.430.11
HSL359.39º64.71%70%-
HSV(B)359.39º43.42%89.41%-
XYZ43.8733.8125.33-
YUV158.71111.8177.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.82%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=46.82%
G=26.49%
B=26.69%

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
Decimal22812913000.430.430.11359.3964.7170
HexE4818202B2BB1674146
Octal3442012020535313547101106
Binary1110010010000001100000100101011101011101110110011110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48182; }

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

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

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

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

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

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

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

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