#EA3136

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

Shades of Alizarin #EA3136

Tints of Alizarin #EA3136

Color information

#EA3136 (or 0xEA3136) is unknown color: approx Alizarin. HEX triplet: EA, 31 and 36. RGB value is (234,49,54). Sum of RGB (Red+Green+Blue) = 234+49+54=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3136 is #15CEC9. Grayscale: #696969. Windows color (decimal): -1429194 or 3551722. OLE color: 3551722.

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

Color convert

RGB2344954-
CMYK00.790.770.08
HSL358.38º81.5%55.49%-
HSV(B)358.38º79.06%91.76%-
XYZ35.719.965.46-
YUV104.8899.29220.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.44%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=69.44%
G=14.54%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234495400.790.770.08358.3881.555.49
HexEA313604F4D81665137
Octal352616601171151054612167
Binary1110101011000111011001001111100110110001011001101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3136; }

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

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

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

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

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

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

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

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