Html Css Color HEX #E42140 Alizarin

📋 copy color: '#E42140'

red 228 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #E42140

Tints of Alizarin #E42140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 70.15%
G = 10.15%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E42140 (or 0xE42140) is known color: Alizarin. HEX triplet: E4, 21 and 40. RGB value is (228,33,64). Sum of RGB (Red+Green+Blue) = 228+33+64=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E42140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42140 is #1BDEBF. Grayscale: #5E5E5E. Windows color (decimal): -1826496 or 4202980. OLE color: 4202980.

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

Color convert

RGB 228 33 64 -
CMYK 0 0.86 0.72 0.11
HSL 350.46º 0.78% 0.51% -
HSV(B) 350.46º 0.86% 0.89% -
XYZ 33.46 17.95 6.55 -
YUV 94.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 228 33 64 0 0.86 0.72 0.11 350.46 0.78 0.51
Hex E4 21 40 0 56 48 B 15E 4E 33
Octal 344 41 100 0 126 110 13 536 116 63
Binary 11100100 100001 1000000 0 1010110 1001000 1011 101011110 1001110 110011

Color Harmonies of #E42140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42140

Black with #E42140

Text Example


Text Example

White with #E42140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42140; }

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

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

background-color css

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

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

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

border-color css

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

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

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