Html Css Color HEX #E62041 Alizarin

📋 copy color: '#E62041'

red 230 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #E62041

Tints of Alizarin #E62041

RGB

 RED value IS 230 (90.23% from 255) = 70.34%

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

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

R = 70.34%
G = 9.79%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E62041 (or 0xE62041) is known color: Alizarin. HEX triplet: E6, 20 and 41. RGB value is (230,32,65). Sum of RGB (Red+Green+Blue) = 230+32+65=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E62041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62041 is #19DFBE. Grayscale: #5F5F5F. Windows color (decimal): -1695679 or 4268262. OLE color: 4268262.

HSL color Cylindrical-coordinate representation of color #E62041: hue angle of 350º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62041 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 65 -
CMYK 0 0.86 0.72 0.10
HSL 350º 0.8% 0.51% -
HSV(B) 350º 0.86% 0.9% -
XYZ 34.1 18.24 6.72 -
YUV 94.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 230 32 65 0 0.86 0.72 0.10 350 0.8 0.51
Hex E6 20 41 0 56 48 A 15E 50 33
Octal 346 40 101 0 126 110 12 536 120 63
Binary 11100110 100000 1000001 0 1010110 1001000 1010 101011110 1010000 110011

Color Harmonies of #E62041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62041

Black with #E62041

Text Example


Text Example

White with #E62041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62041; }

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

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

background-color css

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

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

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

border-color css

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

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

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