Html Css Color HEX #E0328D Deep Cerise

📋 copy color: '#E0328D'

red 224 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #E0328D

Tints of Deep Cerise #E0328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 53.98%
G = 12.05%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0328D (or 0xE0328D) is known color: Deep Cerise. HEX triplet: E0, 32 and 8D. RGB value is (224,50,141). Sum of RGB (Red+Green+Blue) = 224+50+141=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0328D is #1FCD72. Grayscale: #707070. Windows color (decimal): -2084211 or 9253600. OLE color: 9253600.

HSL color Cylindrical-coordinate representation of color #E0328D: hue angle of 328.62º 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 #E0328D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 141 -
CMYK 0 0.78 0.37 0.12
HSL 328.62º 0.74% 0.54% -
HSV(B) 328.62º 0.78% 0.88% -
XYZ 36.69 20.05 27.14 -
YUV 112.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 224 50 141 0 0.78 0.37 0.12 328.62 0.74 0.54
Hex E0 32 8D 0 4E 25 C 149 4A 36
Octal 340 62 215 0 116 45 14 511 112 66
Binary 11100000 110010 10001101 0 1001110 100101 1100 101001001 1001010 110110

Color Harmonies of #E0328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0328D

Black with #E0328D

Text Example


Text Example

White with #E0328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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