#EA8182

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

Shades of Froly #EA8182

Tints of Froly #EA8182

Color information

#EA8182 (or 0xEA8182) is unknown color: approx Froly. HEX triplet: EA, 81 and 82. RGB value is (234,129,130). Sum of RGB (Red+Green+Blue) = 234+129+130=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8182 is #157E7D. Grayscale: #A0A0A0. Windows color (decimal): -1408638 or 8552938. OLE color: 8552938.

HSL color Cylindrical-coordinate representation of color #EA8182: hue angle of 359.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8182 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234129130-
CMYK00.450.440.08
HSL359.43º71.43%71.18%-
HSV(B)359.43º44.87%91.76%-
XYZ45.8134.825.42-
YUV160.51110.79180.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=47.46%
G=26.17%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412913000.450.440.08359.4371.4371.18
HexEA818202D2C81674747
Octal3522012020555410547107107
Binary1110101010000001100000100101101101100100010110011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8182; }

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

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

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

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

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

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

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

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