#E94060

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

Shades of Cerise #E94060

Tints of Cerise #E94060

Color information

#E94060 (or 0xE94060) is unknown color: approx Cerise. HEX triplet: E9, 40 and 60. RGB value is (233,64,96). Sum of RGB (Red+Green+Blue) = 233+64+96=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E94060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94060 is #16BF9F. Grayscale: #767676. Windows color (decimal): -1490848 or 6308073. OLE color: 6308073.

HSL color Cylindrical-coordinate representation of color #E94060: hue angle of 348.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 #E94060 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2336496-
CMYK00.730.590.09
HSL348.64º79.34%58.24%-
HSV(B)348.64º72.53%91.37%-
XYZ37.5521.8313.3-
YUV118.18115.49209.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.29%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=59.29%
G=16.28%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233649600.730.590.09348.6479.3458.24
HexE940600493B915d4f3a
Octal3511001400111731153511772
Binary11101001100000011000000100100111101110011010111011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94060; }

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

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

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

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

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

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

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

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