#EA7071

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

Shades of Froly #EA7071

Tints of Froly #EA7071

Color information

#EA7071 (or 0xEA7071) is unknown color: approx Froly. HEX triplet: EA, 70 and 71. RGB value is (234,112,113). Sum of RGB (Red+Green+Blue) = 234+112+113=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7071 is #158F8E. Grayscale: #949494. Windows color (decimal): -1413007 or 7434474. OLE color: 7434474.

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

Color convert

RGB234112113-
CMYK00.520.520.08
HSL359.51º74.39%67.84%-
HSV(B)359.51º52.14%91.76%-
XYZ42.7130.2719.22-
YUV148.59107.92188.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=50.98%
G=24.40%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411211300.520.520.08359.5174.3967.84
HexEA70710343481684a44
Octal3521601610646410550112104
Binary11101010111000011100010110100110100100010110100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7071; }

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

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

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

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

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

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

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

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