Html Css Color HEX #E72042 Alizarin

📋 copy color: '#E72042'

red 231 ◦ green 32 ◦ blue 66

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

Shades of Alizarin #E72042

Tints of Alizarin #E72042

RGB

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

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

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

R = 70.21%
G = 9.73%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E72042 (or 0xE72042) is known color: Alizarin. HEX triplet: E7, 20 and 42. RGB value is (231,32,66). Sum of RGB (Red+Green+Blue) = 231+32+66=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E72042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72042 is #18DFBD. Grayscale: #5F5F5F. Windows color (decimal): -1630142 or 4333799. OLE color: 4333799.

HSL color Cylindrical-coordinate representation of color #E72042: hue angle of 349.75º 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 #E72042 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 66 -
CMYK 0 0.86 0.71 0.09
HSL 349.75º 0.81% 0.52% -
HSV(B) 349.75º 0.86% 0.91% -
XYZ 34.45 18.42 6.89 -
YUV 95.38 111.43 224.74 -
System Red Green Blue C M Y K H S L
Decimal 231 32 66 0 0.86 0.71 0.09 349.75 0.81 0.52
Hex E7 20 42 0 56 47 9 15E 51 34
Octal 347 40 102 0 126 107 11 536 121 64
Binary 11100111 100000 1000010 0 1010110 1000111 1001 101011110 1010001 110100

Color Harmonies of #E72042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72042

Black with #E72042

Text Example


Text Example

White with #E72042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72042; }

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

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

background-color css

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

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

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

border-color css

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

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

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