Html Css Color HEX #E22040 Alizarin

📋 copy color: '#E22040'

red 226 ◦ green 32 ◦ blue 64

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

Shades of Alizarin #E22040

Tints of Alizarin #E22040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 70.19%
G = 9.94%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E22040 (or 0xE22040) is known color: Alizarin. HEX triplet: E2, 20 and 40. RGB value is (226,32,64). Sum of RGB (Red+Green+Blue) = 226+32+64=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E22040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22040 is #1DDFBF. Grayscale: #5D5D5D. Windows color (decimal): -1957824 or 4202722. OLE color: 4202722.

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

Color convert

RGB 226 32 64 -
CMYK 0 0.86 0.72 0.11
HSL 350.1º 0.77% 0.51% -
HSV(B) 350.1º 0.86% 0.89% -
XYZ 32.81 17.57 6.51 -
YUV 93.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 226 32 64 0 0.86 0.72 0.11 350.1 0.77 0.51
Hex E2 20 40 0 56 48 B 15E 4D 33
Octal 342 40 100 0 126 110 13 536 115 63
Binary 11100010 100000 1000000 0 1010110 1001000 1011 101011110 1001101 110011

Color Harmonies of #E22040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22040

Black with #E22040

Text Example


Text Example

White with #E22040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22040; }

 p { color: rgb(226,32,64); }

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

background-color css

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

 a { background-color: rgb(226,32,64); }

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

border-color css

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

 span { border-color: rgb(226,32,64); }

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