Html Css Color HEX #E12242 Alizarin

📋 copy color: '#E12242'

red 225 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #E12242

Tints of Alizarin #E12242

RGB

 RED value IS 225 (88.28% from 255) = 69.23%

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 69.23%
G = 10.46%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12242 (or 0xE12242) is known color: Alizarin. HEX triplet: E1, 22 and 42. RGB value is (225,34,66). Sum of RGB (Red+Green+Blue) = 225+34+66=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E12242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12242 is #1EDDBD. Grayscale: #5E5E5E. Windows color (decimal): -2022846 or 4334305. OLE color: 4334305.

HSL color Cylindrical-coordinate representation of color #E12242: hue angle of 349.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12242 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 66 -
CMYK 0 0.85 0.71 0.12
HSL 349.95º 0.76% 0.51% -
HSV(B) 349.95º 0.85% 0.88% -
XYZ 32.61 17.54 6.82 -
YUV 94.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 225 34 66 0 0.85 0.71 0.12 349.95 0.76 0.51
Hex E1 22 42 0 55 47 C 15E 4C 33
Octal 341 42 102 0 125 107 14 536 114 63
Binary 11100001 100010 1000010 0 1010101 1000111 1100 101011110 1001100 110011

Color Harmonies of #E12242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12242

Black with #E12242

Text Example


Text Example

White with #E12242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12242; }

 p { color: rgb(225,34,66); }

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

background-color css

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

 a { background-color: rgb(225,34,66); }

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

border-color css

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

 span { border-color: rgb(225,34,66); }

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