Html Css Color HEX #E93095 Deep Cerise

📋 copy color: '#E93095'

red 233 ◦ green 48 ◦ blue 149

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

Shades of Deep Cerise #E93095

Tints of Deep Cerise #E93095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 54.19%
G = 11.16%
B = 34.65%

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

#E93095 (or 0xE93095) is known color: Deep Cerise. HEX triplet: E9, 30 and 95. RGB value is (233,48,149). Sum of RGB (Red+Green+Blue) = 233+48+149=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E93095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93095 is #16CF6A. Grayscale: #727272. Windows color (decimal): -1494891 or 9777385. OLE color: 9777385.

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

Color convert

RGB 233 48 149 -
CMYK 0 0.79 0.36 0.09
HSL 327.24º 0.81% 0.55% -
HSV(B) 327.24º 0.79% 0.91% -
XYZ 40.09 21.61 30.49 -
YUV 114.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 233 48 149 0 0.79 0.36 0.09 327.24 0.81 0.55
Hex E9 30 95 0 4F 24 9 147 51 37
Octal 351 60 225 0 117 44 11 507 121 67
Binary 11101001 110000 10010101 0 1001111 100100 1001 101000111 1010001 110111

Color Harmonies of #E93095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93095

Black with #E93095

Text Example


Text Example

White with #E93095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93095; }

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

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

background-color css

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

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

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

border-color css

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

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

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