#EA7475

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

Shades of Froly #EA7475

Tints of Froly #EA7475

Color information

#EA7475 (or 0xEA7475) is unknown color: approx Froly. HEX triplet: EA, 74 and 75. RGB value is (234,116,117). Sum of RGB (Red+Green+Blue) = 234+116+117=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7475 is #158B8A. Grayscale: #979797. Windows color (decimal): -1411979 or 7697642. OLE color: 7697642.

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

Color convert

RGB234116117-
CMYK00.500.50.08
HSL359.49º73.75%68.63%-
HSV(B)359.49º50.43%91.76%-
XYZ43.3931.2720.58-
YUV151.4108.59186.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=50.11%
G=24.84%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411611700.500.50.08359.4973.7568.63
HexEA74750323281674a45
Octal3521641650626210547112105
Binary11101010111010011101010110010110010100010110011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7475; }

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

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

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

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

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

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

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

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