Html Css Color HEX #E32440 Alizarin

📋 copy color: '#E32440'

red 227 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #E32440

Tints of Alizarin #E32440

RGB

 RED value IS 227 (89.06% from 255) = 69.42%

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 69.42%
G = 11.01%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E32440 (or 0xE32440) is known color: Alizarin. HEX triplet: E3, 24 and 40. RGB value is (227,36,64). Sum of RGB (Red+Green+Blue) = 227+36+64=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E32440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32440 is #1CDBBF. Grayscale: #606060. Windows color (decimal): -1891264 or 4203747. OLE color: 4203747.

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

Color convert

RGB 227 36 64 -
CMYK 0 0.84 0.72 0.11
HSL 351.2º 0.77% 0.52% -
HSV(B) 351.2º 0.84% 0.89% -
XYZ 33.23 17.96 6.57 -
YUV 96.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 227 36 64 0 0.84 0.72 0.11 351.2 0.77 0.52
Hex E3 24 40 0 54 48 B 15F 4D 34
Octal 343 44 100 0 124 110 13 537 115 64
Binary 11100011 100100 1000000 0 1010100 1001000 1011 101011111 1001101 110100

Color Harmonies of #E32440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32440

Black with #E32440

Text Example


Text Example

White with #E32440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32440; }

 p { color: rgb(227,36,64); }

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

background-color css

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

 a { background-color: rgb(227,36,64); }

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

border-color css

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

 span { border-color: rgb(227,36,64); }

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