Html Css Color HEX #E93096 Deep Cerise

📋 copy color: '#E93096'

red 233 ◦ green 48 ◦ blue 150

#E93096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E93096

Tints of Deep Cerise #E93096

RGB

 RED value IS 233 (91.41% from 255) = 54.06%

 GREEN value IS 48 (19.14% from 255) = 11.14%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 54.06%
G = 11.14%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E93096 (or 0xE93096) is known color: Deep Cerise. HEX triplet: E9, 30 and 96. RGB value is (233,48,150). Sum of RGB (Red+Green+Blue) = 233+48+150=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E93096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93096 is #16CF69. Grayscale: #727272. Windows color (decimal): -1494890 or 9842921. OLE color: 9842921.

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

Color convert

RGB 233 48 150 -
CMYK 0 0.79 0.36 0.09
HSL 326.92º 0.81% 0.55% -
HSV(B) 326.92º 0.79% 0.91% -
XYZ 40.17 21.64 30.91 -
YUV 114.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 233 48 150 0 0.79 0.36 0.09 326.92 0.81 0.55
Hex E9 30 96 0 4F 24 9 147 51 37
Octal 351 60 226 0 117 44 11 507 121 67
Binary 11101001 110000 10010110 0 1001111 100100 1001 101000111 1010001 110111

Color Harmonies of #E93096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93096

Black with #E93096

Text Example


Text Example

White with #E93096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93096; }

 p { color: rgb(233,48,150); }

 H1.HeaderClassName
 {
   color: #E93096;
 }
 .AnyTagClassName
 {
   color: #E93096;
 }
</style>

background-color css

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

 a { background-color: rgb(233,48,150); }

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

border-color css

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

 span { border-color: rgb(233,48,150); }

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