#EA6472

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

Shades of Froly #EA6472

Tints of Froly #EA6472

Color information

#EA6472 (or 0xEA6472) is unknown color: approx Froly. HEX triplet: EA, 64 and 72. RGB value is (234,100,114). Sum of RGB (Red+Green+Blue) = 234+100+114=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6472 is #159B8D. Grayscale: #8D8D8D. Windows color (decimal): -1416078 or 7496938. OLE color: 7496938.

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

Color convert

RGB234100114-
CMYK00.570.510.08
HSL353.73º76.14%65.49%-
HSV(B)353.73º57.26%91.76%-
XYZ41.5327.8219.1-
YUV141.66112.39193.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.23%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=52.23%
G=22.32%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410011400.570.510.08353.7376.1465.49
HexEA64720393381624c41
Octal3521441620716310542114101
Binary11101010110010011100100111001110011100010110001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6472; }

 p { color: rgb(234,100,114); }

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

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

 a { background-color: rgb(234,100,114); }

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

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

 span { border-color: rgb(234,100,114); }

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