#EA7578

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

Shades of Froly #EA7578

Tints of Froly #EA7578

Color information

#EA7578 (or 0xEA7578) is unknown color: approx Froly. HEX triplet: EA, 75 and 78. RGB value is (234,117,120). Sum of RGB (Red+Green+Blue) = 234+117+120=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7578 is #158A87. Grayscale: #989898. Windows color (decimal): -1411720 or 7894506. OLE color: 7894506.

HSL color Cylindrical-coordinate representation of color #EA7578: hue angle of 358.46º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7578 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234117120-
CMYK00.50.490.08
HSL358.46º73.58%68.82%-
HSV(B)358.46º50%91.76%-
XYZ43.6831.5721.56-
YUV152.32109.76186.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=49.68%
G=24.84%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411712000.50.490.08358.4673.5868.82
HexEA75780323181664a45
Octal3521651700626110546112105
Binary11101010111010111110000110010110001100010110011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7578; }

 p { color: rgb(234,117,120); }

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

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

 a { background-color: rgb(234,117,120); }

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

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

 span { border-color: rgb(234,117,120); }

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