Html Css Color HEX #E72142 Alizarin

📋 copy color: '#E72142'

red 231 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #E72142

Tints of Alizarin #E72142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 70%
G = 10%
B = 20%

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

#E72142 (or 0xE72142) is known color: Alizarin. HEX triplet: E7, 21 and 42. RGB value is (231,33,66). Sum of RGB (Red+Green+Blue) = 231+33+66=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E72142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72142 is #18DEBD. Grayscale: #606060. Windows color (decimal): -1629886 or 4334055. OLE color: 4334055.

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

Color convert

RGB 231 33 66 -
CMYK 0 0.86 0.71 0.09
HSL 350º 0.8% 0.52% -
HSV(B) 350º 0.86% 0.91% -
XYZ 34.48 18.47 6.9 -
YUV 95.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 231 33 66 0 0.86 0.71 0.09 350 0.8 0.52
Hex E7 21 42 0 56 47 9 15E 50 34
Octal 347 41 102 0 126 107 11 536 120 64
Binary 11100111 100001 1000010 0 1010110 1000111 1001 101011110 1010000 110100

Color Harmonies of #E72142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72142

Black with #E72142

Text Example


Text Example

White with #E72142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72142; }

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

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

background-color css

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

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

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

border-color css

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

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

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