Html Css Color HEX #EA2135 Alizarin

📋 copy color: '#EA2135'

red 234 ◦ green 33 ◦ blue 53

#EA2135
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #EA2135

Tints of Alizarin #EA2135

RGB

 RED value IS 234 (91.8% from 255) = 73.13%

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 53 (21.09% from 255) = 16.56%

R = 73.13%
G = 10.31%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA2135 (or 0xEA2135) is known color: Alizarin. HEX triplet: EA, 21 and 35. RGB value is (234,33,53). Sum of RGB (Red+Green+Blue) = 234+33+53=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2135 is #15DECA. Grayscale: #5F5F5F. Windows color (decimal): -1433291 or 3482090. OLE color: 3482090.

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

Color convert

RGB 234 33 53 -
CMYK 0 0.86 0.77 0.08
HSL 354.03º 0.83% 0.52% -
HSV(B) 354.03º 0.86% 0.92% -
XYZ 35.12 18.84 5.15 -
YUV 95.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 234 33 53 0 0.86 0.77 0.08 354.03 0.83 0.52
Hex EA 21 35 0 56 4D 8 162 53 34
Octal 352 41 65 0 126 115 10 542 123 64
Binary 11101010 100001 110101 0 1010110 1001101 1000 101100010 1010011 110100

Color Harmonies of #EA2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2135

Black with #EA2135

Text Example


Text Example

White with #EA2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2135; }

 p { color: rgb(234,33,53); }

 H1.HeaderClassName
 {
   color: #EA2135;
 }
 .AnyTagClassName
 {
   color: #EA2135;
 }
</style>

background-color css

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

 a { background-color: rgb(234,33,53); }

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

border-color css

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

 span { border-color: rgb(234,33,53); }

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