#EA172E

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

Shades of Alizarin #EA172E

Tints of Alizarin #EA172E

Color information

#EA172E (or 0xEA172E) is unknown color: approx Alizarin. HEX triplet: EA, 17 and 2E. RGB value is (234,23,46). Sum of RGB (Red+Green+Blue) = 234+23+46=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA172E is #15E8D1. Grayscale: #585858. Windows color (decimal): -1435858 or 3020778. OLE color: 3020778.

HSL color Cylindrical-coordinate representation of color #EA172E: hue angle of 353.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA172E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB2342346-
CMYK00.900.800.08
HSL353.46º83.4%50.39%-
HSV(B)353.46º90.17%91.76%-
XYZ34.7318.34.29-
YUV88.71103.9231.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.23%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=77.23%
G=7.59%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234600.900.800.08353.4683.450.39
HexEA172E05A5081615332
Octal352275601321201054112362
Binary111010101011110111001011010101000010001011000011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA172E; }

 p { color: rgb(234,23,46); }

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

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

 a { background-color: rgb(234,23,46); }

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

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

 span { border-color: rgb(234,23,46); }

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