#EA6370

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

Shades of Froly #EA6370

Tints of Froly #EA6370

Color information

#EA6370 (or 0xEA6370) is unknown color: approx Froly. HEX triplet: EA, 63 and 70. RGB value is (234,99,112). Sum of RGB (Red+Green+Blue) = 234+99+112=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6370 is #159C8F. Grayscale: #8C8C8C. Windows color (decimal): -1416336 or 7365610. OLE color: 7365610.

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

Color convert

RGB23499112-
CMYK00.580.520.08
HSL354.22º76.27%65.29%-
HSV(B)354.22º57.69%91.76%-
XYZ41.3227.5918.48-
YUV140.85111.73194.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=52.58%
G=22.25%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349911200.580.520.08354.2276.2765.29
HexEA637003A3481624c41
Octal3521431600726410542114101
Binary11101010110001111100000111010110100100010110001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6370; }

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

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

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

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

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

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

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

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