Html Css Color HEX #E0328C Deep Cerise

📋 copy color: '#E0328C'

red 224 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #E0328C

Tints of Deep Cerise #E0328C

RGB

 RED value IS 224 (87.89% from 255) = 54.11%

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

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 54.11%
G = 12.08%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0328C (or 0xE0328C) is known color: Deep Cerise. HEX triplet: E0, 32 and 8C. RGB value is (224,50,140). Sum of RGB (Red+Green+Blue) = 224+50+140=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0328C is #1FCD73. Grayscale: #707070. Windows color (decimal): -2084212 or 9188064. OLE color: 9188064.

HSL color Cylindrical-coordinate representation of color #E0328C: hue angle of 328.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0328C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 140 -
CMYK 0 0.78 0.38 0.12
HSL 328.97º 0.74% 0.54% -
HSV(B) 328.97º 0.78% 0.88% -
XYZ 36.61 20.02 26.75 -
YUV 112.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 224 50 140 0 0.78 0.38 0.12 328.97 0.74 0.54
Hex E0 32 8C 0 4E 26 C 149 4A 36
Octal 340 62 214 0 116 46 14 511 112 66
Binary 11100000 110010 10001100 0 1001110 100110 1100 101001001 1001010 110110

Color Harmonies of #E0328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0328C

Black with #E0328C

Text Example


Text Example

White with #E0328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0328C; }

 p { color: rgb(224,50,140); }

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

background-color css

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

 a { background-color: rgb(224,50,140); }

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

border-color css

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

 span { border-color: rgb(224,50,140); }

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