#EA6576

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

Shades of Froly #EA6576

Tints of Froly #EA6576

Color information

#EA6576 (or 0xEA6576) is unknown color: approx Froly. HEX triplet: EA, 65 and 76. RGB value is (234,101,118). Sum of RGB (Red+Green+Blue) = 234+101+118=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6576 is #159A89. Grayscale: #8E8E8E. Windows color (decimal): -1415818 or 7759338. OLE color: 7759338.

HSL color Cylindrical-coordinate representation of color #EA6576: hue angle of 352.33º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6576 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234101118-
CMYK00.570.500.08
HSL352.33º76%65.69%-
HSV(B)352.33º56.84%91.76%-
XYZ41.8628.1120.36-
YUV142.7114.06193.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=51.66%
G=22.30%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410111800.570.500.08352.337665.69
HexEA65760393281604c42
Octal3521451660716210540114102
Binary11101010110010111101100111001110010100010110000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6576; }

 p { color: rgb(234,101,118); }

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

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

 a { background-color: rgb(234,101,118); }

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

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

 span { border-color: rgb(234,101,118); }

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