#E94041

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

Shades of Alizarin #E94041

Tints of Alizarin #E94041

Color information

#E94041 (or 0xE94041) is unknown color: approx Alizarin. HEX triplet: E9, 40 and 41. RGB value is (233,64,65). Sum of RGB (Red+Green+Blue) = 233+64+65=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E94041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94041 is #16BFBE. Grayscale: #727272. Windows color (decimal): -1490879 or 4276457. OLE color: 4276457.

HSL color Cylindrical-coordinate representation of color #E94041: 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.73%. Process color model (Four color, CMYK) of #E94041 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2336465-
CMYK00.730.720.09
HSL359.64º79.34%58.24%-
HSV(B)359.64º72.53%91.37%-
XYZ36.3921.377.21-
YUV114.6499.99212.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.36%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=64.36%
G=17.68%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233646500.730.720.09359.6479.3458.24
HexE940410494891684f3a
Octal35110010101111101155011772
Binary111010011000000100000101001001100100010011011010001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94041; }

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

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

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

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

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

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

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

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