#EA6170

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

Shades of Froly #EA6170

Tints of Froly #EA6170

Color information

#EA6170 (or 0xEA6170) is unknown color: approx Froly. HEX triplet: EA, 61 and 70. RGB value is (234,97,112). Sum of RGB (Red+Green+Blue) = 234+97+112=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6170 is #159E8F. Grayscale: #8B8B8B. Windows color (decimal): -1416848 or 7365098. OLE color: 7365098.

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

Color convert

RGB23497112-
CMYK00.590.520.08
HSL353.43º76.54%64.9%-
HSV(B)353.43º58.55%91.76%-
XYZ41.1327.2118.41-
YUV139.67112.39195.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=52.82%
G=21.90%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349711200.590.520.08353.4376.5464.9
HexEA617003B3481614d41
Octal3521411600736410541115101
Binary11101010110000111100000111011110100100010110000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6170; }

 p { color: rgb(234,97,112); }

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

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

 a { background-color: rgb(234,97,112); }

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

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

 span { border-color: rgb(234,97,112); }

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