Html Css Color HEX #E0327C Deep Cerise

📋 copy color: '#E0327C'

red 224 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #E0327C

Tints of Deep Cerise #E0327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 56.28%
G = 12.56%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0327C (or 0xE0327C) is known color: Deep Cerise. HEX triplet: E0, 32 and 7C. RGB value is (224,50,124). Sum of RGB (Red+Green+Blue) = 224+50+124=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0327C is #1FCD83. Grayscale: #6E6E6E. Windows color (decimal): -2084228 or 8139488. OLE color: 8139488.

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

Color convert

RGB 224 50 124 -
CMYK 0 0.78 0.45 0.12
HSL 334.48º 0.74% 0.54% -
HSV(B) 334.48º 0.78% 0.88% -
XYZ 35.52 19.58 20.98 -
YUV 110.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 224 50 124 0 0.78 0.45 0.12 334.48 0.74 0.54
Hex E0 32 7C 0 4E 2D C 14E 4A 36
Octal 340 62 174 0 116 55 14 516 112 66
Binary 11100000 110010 1111100 0 1001110 101101 1100 101001110 1001010 110110

Color Harmonies of #E0327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0327C

Black with #E0327C

Text Example


Text Example

White with #E0327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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