#EA6471

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

Shades of Froly #EA6471

Tints of Froly #EA6471

Color information

#EA6471 (or 0xEA6471) is unknown color: approx Froly. HEX triplet: EA, 64 and 71. RGB value is (234,100,113). Sum of RGB (Red+Green+Blue) = 234+100+113=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6471 is #159B8E. Grayscale: #8D8D8D. Windows color (decimal): -1416079 or 7431402. OLE color: 7431402.

HSL color Cylindrical-coordinate representation of color #EA6471: hue angle of 354.18º 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 #EA6471 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234100113-
CMYK00.570.520.08
HSL354.18º76.14%65.49%-
HSV(B)354.18º57.26%91.76%-
XYZ41.4727.818.8-
YUV141.55111.89193.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=52.35%
G=22.37%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410011300.570.520.08354.1876.1465.49
HexEA64710393481624c41
Octal3521441610716410542114101
Binary11101010110010011100010111001110100100010110001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6471; }

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

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

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

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

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

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

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

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