Html Css Color HEX #E62042 Alizarin

📋 copy color: '#E62042'

red 230 ◦ green 32 ◦ blue 66

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

Shades of Alizarin #E62042

Tints of Alizarin #E62042

RGB

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

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

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

R = 70.12%
G = 9.76%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E62042 (or 0xE62042) is known color: Alizarin. HEX triplet: E6, 20 and 42. RGB value is (230,32,66). Sum of RGB (Red+Green+Blue) = 230+32+66=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E62042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62042 is #19DFBD. Grayscale: #5F5F5F. Windows color (decimal): -1695678 or 4333798. OLE color: 4333798.

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

Color convert

RGB 230 32 66 -
CMYK 0 0.86 0.71 0.10
HSL 349.7º 0.8% 0.51% -
HSV(B) 349.7º 0.86% 0.9% -
XYZ 34.13 18.25 6.88 -
YUV 95.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 230 32 66 0 0.86 0.71 0.10 349.7 0.8 0.51
Hex E6 20 42 0 56 47 A 15E 50 33
Octal 346 40 102 0 126 107 12 536 120 63
Binary 11100110 100000 1000010 0 1010110 1000111 1010 101011110 1010000 110011

Color Harmonies of #E62042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62042

Black with #E62042

Text Example


Text Example

White with #E62042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62042; }

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

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

background-color css

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

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

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

border-color css

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

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

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