Html Css Color HEX #E9328B Deep Cerise

📋 copy color: '#E9328B'

red 233 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #E9328B

Tints of Deep Cerise #E9328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.85%

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 55.21%
G = 11.85%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9328B (or 0xE9328B) is known color: Deep Cerise. HEX triplet: E9, 32 and 8B. RGB value is (233,50,139). Sum of RGB (Red+Green+Blue) = 233+50+139=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9328B is #16CD74. Grayscale: #727272. Windows color (decimal): -1494389 or 9122537. OLE color: 9122537.

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

Color convert

RGB 233 50 139 -
CMYK 0 0.79 0.40 0.09
HSL 330.82º 0.81% 0.55% -
HSV(B) 330.82º 0.79% 0.91% -
XYZ 39.41 21.47 26.49 -
YUV 114.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 233 50 139 0 0.79 0.40 0.09 330.82 0.81 0.55
Hex E9 32 8B 0 4F 28 9 14B 51 37
Octal 351 62 213 0 117 50 11 513 121 67
Binary 11101001 110010 10001011 0 1001111 101000 1001 101001011 1010001 110111

Color Harmonies of #E9328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9328B

Black with #E9328B

Text Example


Text Example

White with #E9328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9328B; }

 p { color: rgb(233,50,139); }

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

background-color css

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

 a { background-color: rgb(233,50,139); }

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

border-color css

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

 span { border-color: rgb(233,50,139); }

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