Html Css Color HEX #E32A99 Deep Cerise

📋 copy color: '#E32A99'

red 227 ◦ green 42 ◦ blue 153

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

Shades of Deep Cerise #E32A99

Tints of Deep Cerise #E32A99

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 53.79%
G = 9.95%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E32A99 (or 0xE32A99) is known color: Deep Cerise. HEX triplet: E3, 2A and 99. RGB value is (227,42,153). Sum of RGB (Red+Green+Blue) = 227+42+153=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32A99 is #1CD566. Grayscale: #6D6D6D. Windows color (decimal): -1889639 or 10037987. OLE color: 10037987.

HSL color Cylindrical-coordinate representation of color #E32A99: hue angle of 324º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32A99 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 42 153 -
CMYK 0 0.81 0.33 0.11
HSL 324º 0.77% 0.53% -
HSV(B) 324º 0.81% 0.89% -
XYZ 38.26 20.29 32.04 -
YUV 109.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 227 42 153 0 0.81 0.33 0.11 324 0.77 0.53
Hex E3 2A 99 0 51 21 B 144 4D 35
Octal 343 52 231 0 121 41 13 504 115 65
Binary 11100011 101010 10011001 0 1010001 100001 1011 101000100 1001101 110101

Color Harmonies of #E32A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32A99

Black with #E32A99

Text Example


Text Example

White with #E32A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32A99; }

 p { color: rgb(227,42,153); }

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

background-color css

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

 a { background-color: rgb(227,42,153); }

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

border-color css

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

 span { border-color: rgb(227,42,153); }

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