Html Css Color HEX #E72041 Alizarin

📋 copy color: '#E72041'

red 231 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #E72041

Tints of Alizarin #E72041

RGB

 RED value IS 231 (90.63% from 255) = 70.43%

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 70.43%
G = 9.76%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E72041 (or 0xE72041) is known color: Alizarin. HEX triplet: E7, 20 and 41. RGB value is (231,32,65). Sum of RGB (Red+Green+Blue) = 231+32+65=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E72041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72041 is #18DFBE. Grayscale: #5F5F5F. Windows color (decimal): -1630143 or 4268263. OLE color: 4268263.

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

Color convert

RGB 231 32 65 -
CMYK 0 0.86 0.72 0.09
HSL 350.05º 0.81% 0.52% -
HSV(B) 350.05º 0.86% 0.91% -
XYZ 34.43 18.4 6.74 -
YUV 95.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 231 32 65 0 0.86 0.72 0.09 350.05 0.81 0.52
Hex E7 20 41 0 56 48 9 15E 51 34
Octal 347 40 101 0 126 110 11 536 121 64
Binary 11100111 100000 1000001 0 1010110 1001000 1001 101011110 1010001 110100

Color Harmonies of #E72041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72041

Black with #E72041

Text Example


Text Example

White with #E72041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72041; }

 p { color: rgb(231,32,65); }

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

background-color css

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

 a { background-color: rgb(231,32,65); }

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

border-color css

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

 span { border-color: rgb(231,32,65); }

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