#EA6073

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

Shades of Froly #EA6073

Tints of Froly #EA6073

Color information

#EA6073 (or 0xEA6073) is unknown color: approx Froly. HEX triplet: EA, 60 and 73. RGB value is (234,96,115). Sum of RGB (Red+Green+Blue) = 234+96+115=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6073 is #159F8C. Grayscale: #8B8B8B. Windows color (decimal): -1417101 or 7561450. OLE color: 7561450.

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

Color convert

RGB23496115-
CMYK00.590.510.08
HSL351.74º76.67%64.71%-
HSV(B)351.74º58.97%91.76%-
XYZ41.2127.119.28-
YUV139.43114.22195.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=52.58%
G=21.57%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349611500.590.510.08351.7476.6764.71
HexEA607303B3381604d41
Octal3521401630736310540115101
Binary11101010110000011100110111011110011100010110000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6073; }

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

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

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

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

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

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

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

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