Html Css Color HEX #E332A0 Deep Cerise

📋 copy color: '#E332A0'

red 227 ◦ green 50 ◦ blue 160

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

Shades of Deep Cerise #E332A0

Tints of Deep Cerise #E332A0

RGB

 RED value IS 227 (89.06% from 255) = 51.95%

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

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 51.95%
G = 11.44%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E332A0 (or 0xE332A0) is known color: Deep Cerise. HEX triplet: E3, 32 and A0. RGB value is (227,50,160). Sum of RGB (Red+Green+Blue) = 227+50+160=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E332A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E332A0 is #1CCD5F. Grayscale: #737373. Windows color (decimal): -1887584 or 10498787. OLE color: 10498787.

HSL color Cylindrical-coordinate representation of color #E332A0: hue angle of 322.71º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332A0 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 160 -
CMYK 0 0.78 0.30 0.11
HSL 322.71º 0.76% 0.54% -
HSV(B) 322.71º 0.78% 0.89% -
XYZ 39.16 21.15 35.28 -
YUV 115.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 227 50 160 0 0.78 0.30 0.11 322.71 0.76 0.54
Hex E3 32 A0 0 4E 1E B 143 4C 36
Octal 343 62 240 0 116 36 13 503 114 66
Binary 11100011 110010 10100000 0 1001110 11110 1011 101000011 1001100 110110

Color Harmonies of #E332A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332A0

Black with #E332A0

Text Example


Text Example

White with #E332A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332A0; }

 p { color: rgb(227,50,160); }

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

background-color css

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

 a { background-color: rgb(227,50,160); }

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

border-color css

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

 span { border-color: rgb(227,50,160); }

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