#E28082

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

Shades of Froly #E28082

Tints of Froly #E28082

Color information

#E28082 (or 0xE28082) is unknown color: approx Froly. HEX triplet: E2, 80 and 82. RGB value is (226,128,130). Sum of RGB (Red+Green+Blue) = 226+128+130=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E28082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28082 is #1D7F7D. Grayscale: #9D9D9D. Windows color (decimal): -1933182 or 8552674. OLE color: 8552674.

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

Color convert

RGB226128130-
CMYK00.430.420.11
HSL358.78º62.82%69.41%-
HSV(B)358.78º43.36%88.63%-
XYZ43.1133.2225.26-
YUV157.53112.47176.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=46.69%
G=26.45%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612813000.430.420.11358.7862.8269.41
HexE2808202B2AB1673f45
Octal342200202053521354777105
Binary111000101000000010000010010101110101010111011001111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28082; }

 p { color: rgb(226,128,130); }

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

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

 a { background-color: rgb(226,128,130); }

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

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

 span { border-color: rgb(226,128,130); }

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