Html Css Color HEX #E504CE Deep Magenta

📋 copy color: '#E504CE'

red 229 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #E504CE

Tints of Deep Magenta #E504CE

RGB

 RED value IS 229 (89.84% from 255) = 52.16%

 GREEN value IS 4 (1.95% from 255) = 0.91%

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 52.16%
G = 0.91%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E504CE (or 0xE504CE) is known color: Deep Magenta. HEX triplet: E5, 04 and CE. RGB value is (229,4,206). Sum of RGB (Red+Green+Blue) = 229+4+206=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E504CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504CE is #1AFB31. Grayscale: #5D5D5D. Windows color (decimal): -1768242 or 13501669. OLE color: 13501669.

HSL color Cylindrical-coordinate representation of color #E504CE: hue angle of 306.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504CE is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 206 -
CMYK 0 0.98 0.10 0.10
HSL 306.13º 0.97% 0.46% -
HSV(B) 306.13º 0.98% 0.9% -
XYZ 43.5 21.2 60.19 -
YUV 94.3 191.04 224.07 -
System Red Green Blue C M Y K H S L
Decimal 229 4 206 0 0.98 0.10 0.10 306.13 0.97 0.46
Hex E5 4 CE 0 62 A A 132 61 2E
Octal 345 4 316 0 142 12 12 462 141 56
Binary 11100101 100 11001110 0 1100010 1010 1010 100110010 1100001 101110

Color Harmonies of #E504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504CE

Black with #E504CE

Text Example


Text Example

White with #E504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504CE; }

 p { color: rgb(229,4,206); }

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

background-color css

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

 a { background-color: rgb(229,4,206); }

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

border-color css

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

 span { border-color: rgb(229,4,206); }

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