#EA7E80

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

Shades of Froly #EA7E80

Tints of Froly #EA7E80

Color information

#EA7E80 (or 0xEA7E80) is unknown color: approx Froly. HEX triplet: EA, 7E and 80. RGB value is (234,126,128). Sum of RGB (Red+Green+Blue) = 234+126+128=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E80 is #15817F. Grayscale: #9E9E9E. Windows color (decimal): -1409408 or 8421098. OLE color: 8421098.

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

Color convert

RGB234126128-
CMYK00.460.450.08
HSL358.89º72%70.59%-
HSV(B)358.89º46.15%91.76%-
XYZ45.2933.9724.59-
YUV158.52110.78181.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=47.95%
G=25.82%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412612800.460.450.08358.897270.59
HexEA7E8002E2D81674847
Octal3521762000565510547110107
Binary111010101111110100000000101110101101100010110011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7E80; }

 p { color: rgb(234,126,128); }

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

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

 a { background-color: rgb(234,126,128); }

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

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

 span { border-color: rgb(234,126,128); }

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