#E62942

Color #E62942 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E62942

Tints of Alizarin #E62942

Color information

#E62942 (or 0xE62942) is unknown color: approx Alizarin. HEX triplet: E6, 29 and 42. RGB value is (230,41,66). Sum of RGB (Red+Green+Blue) = 230+41+66=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E62942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62942 is #19D6BD. Grayscale: #646464. Windows color (decimal): -1693374 or 4336102. OLE color: 4336102.

HSL color Cylindrical-coordinate representation of color #E62942: hue angle of 352.06º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62942 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB2304166-
CMYK00.820.710.10
HSL352.06º79.08%53.14%-
HSV(B)352.06º82.17%90.2%-
XYZ34.4118.86.97-
YUV100.36108.62220.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 68.25%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=68.25%
G=12.17%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230416600.820.710.10352.0679.0853.14
HexE6294205247A1604f35
Octal3465110201221071254011765
Binary11100110101001100001001010010100011110101011000001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62942; }

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

 H1.HeaderClassName
 {
   color: #E62942;
 }
 .AnyTagClassName
 {
   color: #E62942;
 }
</style>
background-color css

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

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

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

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

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

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