Html Css Color HEX #E504DA Deep Magenta

📋 copy color: '#E504DA'

red 229 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #E504DA

Tints of Deep Magenta #E504DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 50.78%
G = 0.89%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E504DA (or 0xE504DA) is known color: Deep Magenta. HEX triplet: E5, 04 and DA. RGB value is (229,4,218). Sum of RGB (Red+Green+Blue) = 229+4+218=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E504DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504DA is #1AFB25. Grayscale: #5F5F5F. Windows color (decimal): -1768230 or 14288101. OLE color: 14288101.

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

Color convert

RGB 229 4 218 -
CMYK 0 0.98 0.05 0.10
HSL 302.93º 0.97% 0.46% -
HSV(B) 302.93º 0.98% 0.9% -
XYZ 45.01 21.81 68.17 -
YUV 95.67 197.04 223.1 -
System Red Green Blue C M Y K H S L
Decimal 229 4 218 0 0.98 0.05 0.10 302.93 0.97 0.46
Hex E5 4 DA 0 62 5 A 12F 61 2E
Octal 345 4 332 0 142 5 12 457 141 56
Binary 11100101 100 11011010 0 1100010 101 1010 100101111 1100001 101110

Color Harmonies of #E504DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504DA

Black with #E504DA

Text Example


Text Example

White with #E504DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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