Html Css Color HEX #E82142 Alizarin

📋 copy color: '#E82142'

red 232 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #E82142

Tints of Alizarin #E82142

RGB

 RED value IS 232 (91.02% from 255) = 70.09%

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

 BLUE value IS 66 (26.17% 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.09

RGB Variations

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

Color information

#E82142 (or 0xE82142) is known color: Alizarin. HEX triplet: E8, 21 and 42. RGB value is (232,33,66). Sum of RGB (Red+Green+Blue) = 232+33+66=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E82142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82142 is #17DEBD. Grayscale: #606060. Windows color (decimal): -1564350 or 4334056. OLE color: 4334056.

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

Color convert

RGB 232 33 66 -
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.81 18.64 6.92 -
YUV 96.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 232 33 66 0 0.86 0.72 0.09 350.05 0.81 0.52
Hex E8 21 42 0 56 48 9 15E 51 34
Octal 350 41 102 0 126 110 11 536 121 64
Binary 11101000 100001 1000010 0 1010110 1001000 1001 101011110 1010001 110100

Color Harmonies of #E82142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82142

Black with #E82142

Text Example


Text Example

White with #E82142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82142; }

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

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

background-color css

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

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

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

border-color css

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

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

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