#E93780

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

Shades of Deep Cerise #E93780

Tints of Deep Cerise #E93780

Color information

#E93780 (or 0xE93780) is unknown color: approx Deep Cerise. HEX triplet: E9, 37 and 80. RGB value is (233,55,128). Sum of RGB (Red+Green+Blue) = 233+55+128=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E93780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93780 is #16C87F. Grayscale: #747474. Windows color (decimal): -1493120 or 8402921. OLE color: 8402921.

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

Color convert

RGB23355128-
CMYK00.760.450.09
HSL335.39º80.18%56.47%-
HSV(B)335.39º76.39%91.37%-
XYZ38.8721.6122.55-
YUV116.54134.47211.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.01%
GREEN value IS 55 (21.88% from 255) = 13.22%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=56.01%
G=13.22%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335512800.760.450.09335.3980.1856.47
HexE9378004C2D914f5038
Octal351672000114551151712070
Binary11101001110111100000000100110010110110011010011111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93780; }

 p { color: rgb(233,55,128); }

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

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

 a { background-color: rgb(233,55,128); }

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

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

 span { border-color: rgb(233,55,128); }

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