Html Css Color HEX #E42142 Alizarin

📋 copy color: '#E42142'

red 228 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #E42142

Tints of Alizarin #E42142

RGB

 RED value IS 228 (89.45% from 255) = 69.72%

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

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

R = 69.72%
G = 10.09%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42142 (or 0xE42142) is known color: Alizarin. HEX triplet: E4, 21 and 42. RGB value is (228,33,66). Sum of RGB (Red+Green+Blue) = 228+33+66=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E42142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42142 is #1BDEBD. Grayscale: #5F5F5F. Windows color (decimal): -1826494 or 4334052. OLE color: 4334052.

HSL color Cylindrical-coordinate representation of color #E42142: hue angle of 349.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42142 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 33 66 -
CMYK 0 0.86 0.71 0.11
HSL 349.85º 0.78% 0.51% -
HSV(B) 349.85º 0.86% 0.89% -
XYZ 33.52 17.98 6.86 -
YUV 95.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 228 33 66 0 0.86 0.71 0.11 349.85 0.78 0.51
Hex E4 21 42 0 56 47 B 15E 4E 33
Octal 344 41 102 0 126 107 13 536 116 63
Binary 11100100 100001 1000010 0 1010110 1000111 1011 101011110 1001110 110011

Color Harmonies of #E42142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42142

Black with #E42142

Text Example


Text Example

White with #E42142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42142; }

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

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

background-color css

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

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

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

border-color css

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

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

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