Html Css Color HEX #E93196 Deep Cerise

📋 copy color: '#E93196'

red 233 ◦ green 49 ◦ blue 150

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

Shades of Deep Cerise #E93196

Tints of Deep Cerise #E93196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.34%

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

R = 53.94%
G = 11.34%
B = 34.72%

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

#E93196 (or 0xE93196) is known color: Deep Cerise. HEX triplet: E9, 31 and 96. RGB value is (233,49,150). Sum of RGB (Red+Green+Blue) = 233+49+150=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E93196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93196 is #16CE69. Grayscale: #737373. Windows color (decimal): -1494634 or 9843177. OLE color: 9843177.

HSL color Cylindrical-coordinate representation of color #E93196: hue angle of 327.07º 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 #E93196 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 49 150 -
CMYK 0 0.79 0.36 0.09
HSL 327.07º 0.81% 0.55% -
HSV(B) 327.07º 0.79% 0.91% -
XYZ 40.21 21.72 30.93 -
YUV 115.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 233 49 150 0 0.79 0.36 0.09 327.07 0.81 0.55
Hex E9 31 96 0 4F 24 9 147 51 37
Octal 351 61 226 0 117 44 11 507 121 67
Binary 11101001 110001 10010110 0 1001111 100100 1001 101000111 1010001 110111

Color Harmonies of #E93196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93196

Black with #E93196

Text Example


Text Example

White with #E93196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93196; }

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

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

background-color css

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

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

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

border-color css

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

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

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