Html Css Color HEX #E12040 Alizarin

📋 copy color: '#E12040'

red 225 ◦ green 32 ◦ blue 64

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

Shades of Alizarin #E12040

Tints of Alizarin #E12040

RGB

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

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

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

R = 70.09%
G = 9.97%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E12040 (or 0xE12040) is known color: Alizarin. HEX triplet: E1, 20 and 40. RGB value is (225,32,64). Sum of RGB (Red+Green+Blue) = 225+32+64=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E12040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12040 is #1EDFBF. Grayscale: #5D5D5D. Windows color (decimal): -2023360 or 4202721. OLE color: 4202721.

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

Color convert

RGB 225 32 64 -
CMYK 0 0.86 0.72 0.12
HSL 350.05º 0.76% 0.5% -
HSV(B) 350.05º 0.86% 0.88% -
XYZ 32.49 17.41 6.5 -
YUV 93.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 225 32 64 0 0.86 0.72 0.12 350.05 0.76 0.5
Hex E1 20 40 0 56 48 C 15E 4C 32
Octal 341 40 100 0 126 110 14 536 114 62
Binary 11100001 100000 1000000 0 1010110 1001000 1100 101011110 1001100 110010

Color Harmonies of #E12040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12040

Black with #E12040

Text Example


Text Example

White with #E12040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12040; }

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

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

background-color css

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

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

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

border-color css

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

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

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