Html Css Color HEX #E505DA Deep Magenta

📋 copy color: '#E505DA'

red 229 ◦ green 5 ◦ blue 218

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

Shades of Deep Magenta #E505DA

Tints of Deep Magenta #E505DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

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

R = 50.66%
G = 1.11%
B = 48.23%

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

#E505DA (or 0xE505DA) is known color: Deep Magenta. HEX triplet: E5, 05 and DA. RGB value is (229,5,218). Sum of RGB (Red+Green+Blue) = 229+5+218=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E505DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505DA is #1AFA25. Grayscale: #5F5F5F. Windows color (decimal): -1767974 or 14288357. OLE color: 14288357.

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

Color convert

RGB 229 5 218 -
CMYK 0 0.98 0.05 0.10
HSL 302.95º 0.96% 0.46% -
HSV(B) 302.95º 0.98% 0.9% -
XYZ 45.02 21.83 68.17 -
YUV 96.26 196.71 222.68 -
System Red Green Blue C M Y K H S L
Decimal 229 5 218 0 0.98 0.05 0.10 302.95 0.96 0.46
Hex E5 5 DA 0 62 5 A 12F 60 2E
Octal 345 5 332 0 142 5 12 457 140 56
Binary 11100101 101 11011010 0 1100010 101 1010 100101111 1100000 101110

Color Harmonies of #E505DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505DA

Black with #E505DA

Text Example


Text Example

White with #E505DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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