#EA7073

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

Shades of Froly #EA7073

Tints of Froly #EA7073

Color information

#EA7073 (or 0xEA7073) is unknown color: approx Froly. HEX triplet: EA, 70 and 73. RGB value is (234,112,115). Sum of RGB (Red+Green+Blue) = 234+112+115=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7073 is #158F8C. Grayscale: #949494. Windows color (decimal): -1413005 or 7565546. OLE color: 7565546.

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

Color convert

RGB234112115-
CMYK00.520.510.08
HSL358.52º74.39%67.84%-
HSV(B)358.52º52.14%91.76%-
XYZ42.8230.3219.81-
YUV148.82108.92188.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=50.76%
G=24.30%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411211500.520.510.08358.5274.3967.84
HexEA70730343381674a44
Octal3521601630646310547112104
Binary11101010111000011100110110100110011100010110011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7073; }

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

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

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

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

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

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

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

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