Html Css Color HEX #E9327A Deep Cerise

📋 copy color: '#E9327A'

red 233 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #E9327A

Tints of Deep Cerise #E9327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 57.53%
G = 12.35%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9327A (or 0xE9327A) is known color: Deep Cerise. HEX triplet: E9, 32 and 7A. RGB value is (233,50,122). Sum of RGB (Red+Green+Blue) = 233+50+122=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E9327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9327A is #16CD85. Grayscale: #707070. Windows color (decimal): -1494406 or 8008425. OLE color: 8008425.

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

Color convert

RGB 233 50 122 -
CMYK 0 0.79 0.48 0.09
HSL 336.39º 0.81% 0.55% -
HSV(B) 336.39º 0.79% 0.91% -
XYZ 38.26 21.01 20.45 -
YUV 112.93 133.13 213.65 -
System Red Green Blue C M Y K H S L
Decimal 233 50 122 0 0.79 0.48 0.09 336.39 0.81 0.55
Hex E9 32 7A 0 4F 30 9 150 51 37
Octal 351 62 172 0 117 60 11 520 121 67
Binary 11101001 110010 1111010 0 1001111 110000 1001 101010000 1010001 110111

Color Harmonies of #E9327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9327A

Black with #E9327A

Text Example


Text Example

White with #E9327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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