Html Css Color HEX #E42041 Alizarin

📋 copy color: '#E42041'

red 228 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #E42041

Tints of Alizarin #E42041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20%

R = 70.15%
G = 9.85%
B = 20%

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

#E42041 (or 0xE42041) is known color: Alizarin. HEX triplet: E4, 20 and 41. RGB value is (228,32,65). Sum of RGB (Red+Green+Blue) = 228+32+65=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E42041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42041 is #1BDFBE. Grayscale: #5E5E5E. Windows color (decimal): -1826751 or 4268260. OLE color: 4268260.

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

Color convert

RGB 228 32 65 -
CMYK 0 0.86 0.71 0.11
HSL 349.9º 0.78% 0.51% -
HSV(B) 349.9º 0.86% 0.89% -
XYZ 33.47 17.91 6.69 -
YUV 94.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 228 32 65 0 0.86 0.71 0.11 349.9 0.78 0.51
Hex E4 20 41 0 56 47 B 15E 4E 33
Octal 344 40 101 0 126 107 13 536 116 63
Binary 11100100 100000 1000001 0 1010110 1000111 1011 101011110 1001110 110011

Color Harmonies of #E42041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42041

Black with #E42041

Text Example


Text Example

White with #E42041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42041; }

 p { color: rgb(228,32,65); }

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

background-color css

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

 a { background-color: rgb(228,32,65); }

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

border-color css

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

 span { border-color: rgb(228,32,65); }

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