#EA2036

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

Shades of Alizarin #EA2036

Tints of Alizarin #EA2036

Color information

#EA2036 (or 0xEA2036) is unknown color: approx Alizarin. HEX triplet: EA, 20 and 36. RGB value is (234,32,54). Sum of RGB (Red+Green+Blue) = 234+32+54=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2036 is #15DFC9. Grayscale: #5F5F5F. Windows color (decimal): -1433546 or 3547370. OLE color: 3547370.

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

Color convert

RGB2343254-
CMYK00.860.770.08
HSL353.47º82.79%52.16%-
HSV(B)353.47º86.32%91.76%-
XYZ35.1118.795.27-
YUV94.91104.92227.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 73.12%
GREEN value IS 32 (12.89% from 255) = 10%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=73.12%
G=10%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234325400.860.770.08353.4782.7952.16
HexEA20360564D81615334
Octal352406601261151054112364
Binary1110101010000011011001010110100110110001011000011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2036; }

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

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

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

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

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

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

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

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