#E93960

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

Shades of Cerise #E93960

Tints of Cerise #E93960

Color information

#E93960 (or 0xE93960) is unknown color: approx Cerise. HEX triplet: E9, 39 and 60. RGB value is (233,57,96). Sum of RGB (Red+Green+Blue) = 233+57+96=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E93960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93960 is #16C69F. Grayscale: #727272. Windows color (decimal): -1492640 or 6306281. OLE color: 6306281.

HSL color Cylindrical-coordinate representation of color #E93960: hue angle of 346.7º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E93960 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2335796-
CMYK00.760.590.09
HSL346.7º80%56.86%-
HSV(B)346.7º75.54%91.37%-
XYZ37.1821.0913.18-
YUV114.07117.81212.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.36%
GREEN value IS 57 (22.66% from 255) = 14.77%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=60.36%
G=14.77%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233579600.760.590.09346.78056.86
HexE9396004C3B915b5039
Octal351711400114731153312071
Binary1110100111100111000000100110011101110011010110111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93960; }

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

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

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

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

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

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

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

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