Html Css Color HEX #EA213A Alizarin

📋 copy color: '#EA213A'

red 234 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #EA213A

Tints of Alizarin #EA213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 72%
G = 10.15%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA213A (or 0xEA213A) is known color: Alizarin. HEX triplet: EA, 21 and 3A. RGB value is (234,33,58). Sum of RGB (Red+Green+Blue) = 234+33+58=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA213A is #15DEC5. Grayscale: #606060. Windows color (decimal): -1433286 or 3809770. OLE color: 3809770.

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

Color convert

RGB 234 33 58 -
CMYK 0 0.86 0.75 0.08
HSL 352.54º 0.83% 0.52% -
HSV(B) 352.54º 0.86% 0.92% -
XYZ 35.24 18.89 5.79 -
YUV 95.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 234 33 58 0 0.86 0.75 0.08 352.54 0.83 0.52
Hex EA 21 3A 0 56 4B 8 161 53 34
Octal 352 41 72 0 126 113 10 541 123 64
Binary 11101010 100001 111010 0 1010110 1001011 1000 101100001 1010011 110100

Color Harmonies of #EA213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA213A

Black with #EA213A

Text Example


Text Example

White with #EA213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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