#EA1A37

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

Shades of Alizarin #EA1A37

Tints of Alizarin #EA1A37

Color information

#EA1A37 (or 0xEA1A37) is unknown color: approx Alizarin. HEX triplet: EA, 1A and 37. RGB value is (234,26,55). Sum of RGB (Red+Green+Blue) = 234+26+55=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A37 is #15E5C8. Grayscale: #5B5B5B. Windows color (decimal): -1435081 or 3611370. OLE color: 3611370.

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

Color convert

RGB2342655-
CMYK00.890.760.08
HSL351.63º83.2%50.98%-
HSV(B)351.63º88.89%91.76%-
XYZ34.9918.515.34-
YUV91.5107.41229.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 74.29%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=74.29%
G=8.25%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234265500.890.760.08351.6383.250.98
HexEA1A370594C81605333
Octal352326701311141054012363
Binary111010101101011011101011001100110010001011000001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1A37; }

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

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

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

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

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

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

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

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