Html Css Color HEX #E2213E Alizarin

📋 copy color: '#E2213E'

red 226 ◦ green 33 ◦ blue 62

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

Shades of Alizarin #E2213E

Tints of Alizarin #E2213E

RGB

 RED value IS 226 (88.67% from 255) = 70.4%

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 70.4%
G = 10.28%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2213E (or 0xE2213E) is known color: Alizarin. HEX triplet: E2, 21 and 3E. RGB value is (226,33,62). Sum of RGB (Red+Green+Blue) = 226+33+62=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2213E is #1DDEC1. Grayscale: #5E5E5E. Windows color (decimal): -1957570 or 4071906. OLE color: 4071906.

HSL color Cylindrical-coordinate representation of color #E2213E: hue angle of 350.98º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2213E is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 62 -
CMYK 0 0.85 0.73 0.11
HSL 350.98º 0.77% 0.51% -
HSV(B) 350.98º 0.85% 0.89% -
XYZ 32.78 17.6 6.23 -
YUV 94.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 226 33 62 0 0.85 0.73 0.11 350.98 0.77 0.51
Hex E2 21 3E 0 55 49 B 15F 4D 33
Octal 342 41 76 0 125 111 13 537 115 63
Binary 11100010 100001 111110 0 1010101 1001001 1011 101011111 1001101 110011

Color Harmonies of #E2213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2213E

Black with #E2213E

Text Example


Text Example

White with #E2213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2213E; }

 p { color: rgb(226,33,62); }

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

background-color css

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

 a { background-color: rgb(226,33,62); }

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

border-color css

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

 span { border-color: rgb(226,33,62); }

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