#EA3137

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

Shades of Alizarin #EA3137

Tints of Alizarin #EA3137

Color information

#EA3137 (or 0xEA3137) is unknown color: approx Alizarin. HEX triplet: EA, 31 and 37. RGB value is (234,49,55). Sum of RGB (Red+Green+Blue) = 234+49+55=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3137 is #15CEC8. Grayscale: #696969. Windows color (decimal): -1429193 or 3617258. OLE color: 3617258.

HSL color Cylindrical-coordinate representation of color #EA3137: hue angle of 358.05º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3137 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2344955-
CMYK00.790.760.08
HSL358.05º81.5%55.49%-
HSV(B)358.05º79.06%91.76%-
XYZ35.7219.965.59-
YUV10599.79220.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.23%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=69.23%
G=14.50%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234495500.790.760.08358.0581.555.49
HexEA313704F4C81665137
Octal352616701171141054612167
Binary1110101011000111011101001111100110010001011001101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3137; }

 p { color: rgb(234,49,55); }

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

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

 a { background-color: rgb(234,49,55); }

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

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

 span { border-color: rgb(234,49,55); }

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