#E94142

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

Shades of Alizarin #E94142

Tints of Alizarin #E94142

Color information

#E94142 (or 0xE94142) is unknown color: approx Alizarin. HEX triplet: E9, 41 and 42. RGB value is (233,65,66). Sum of RGB (Red+Green+Blue) = 233+65+66=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E94142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94142 is #16BEBD. Grayscale: #737373. Windows color (decimal): -1490622 or 4342249. OLE color: 4342249.

HSL color Cylindrical-coordinate representation of color #E94142: hue angle of 359.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94142 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2336566-
CMYK00.720.720.09
HSL359.64º79.25%58.43%-
HSV(B)359.64º72.1%91.37%-
XYZ36.4821.57.38-
YUV115.35100.16211.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.01%
GREEN value IS 65 (25.78% from 255) = 17.86%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=64.01%
G=17.86%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233656600.720.720.09359.6479.2558.43
HexE941420484891684f3a
Octal35110110201101101155011772
Binary111010011000001100001001001000100100010011011010001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94142; }

 p { color: rgb(233,65,66); }

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

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

 a { background-color: rgb(233,65,66); }

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

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

 span { border-color: rgb(233,65,66); }

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