Html Css Color HEX #E504CD Deep Magenta

📋 copy color: '#E504CD'

red 229 ◦ green 4 ◦ blue 205

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

Shades of Deep Magenta #E504CD

Tints of Deep Magenta #E504CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 52.28%
G = 0.91%
B = 46.8%

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

#E504CD (or 0xE504CD) is known color: Deep Magenta. HEX triplet: E5, 04 and CD. RGB value is (229,4,205). Sum of RGB (Red+Green+Blue) = 229+4+205=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E504CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504CD is #1AFB32. Grayscale: #5D5D5D. Windows color (decimal): -1768243 or 13436133. OLE color: 13436133.

HSL color Cylindrical-coordinate representation of color #E504CD: hue angle of 306.4º 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 #E504CD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 205 -
CMYK 0 0.98 0.10 0.10
HSL 306.4º 0.97% 0.46% -
HSV(B) 306.4º 0.98% 0.9% -
XYZ 43.38 21.15 59.55 -
YUV 94.19 190.54 224.16 -
System Red Green Blue C M Y K H S L
Decimal 229 4 205 0 0.98 0.10 0.10 306.4 0.97 0.46
Hex E5 4 CD 0 62 A A 132 61 2E
Octal 345 4 315 0 142 12 12 462 141 56
Binary 11100101 100 11001101 0 1100010 1010 1010 100110010 1100001 101110

Color Harmonies of #E504CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504CD

Black with #E504CD

Text Example


Text Example

White with #E504CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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