#EA6E80

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

Shades of Froly #EA6E80

Tints of Froly #EA6E80

Color information

#EA6E80 (or 0xEA6E80) is unknown color: approx Froly. HEX triplet: EA, 6E and 80. RGB value is (234,110,128). Sum of RGB (Red+Green+Blue) = 234+110+128=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6E80 is #15917F. Grayscale: #959595. Windows color (decimal): -1413504 or 8417002. OLE color: 8417002.

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

Color convert

RGB234110128-
CMYK00.530.450.08
HSL351.29º74.7%67.45%-
HSV(B)351.29º52.99%91.76%-
XYZ43.430.223.96-
YUV149.13116.08188.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.58%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=49.58%
G=23.31%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411012800.530.450.08351.2974.767.45
HexEA6E800352D815f4b43
Octal3521562000655510537113103
Binary111010101101110100000000110101101101100010101111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6E80; }

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

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

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

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

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

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

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

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