Html Css Color HEX #E505D0 Deep Magenta

📋 copy color: '#E505D0'

red 229 ◦ green 5 ◦ blue 208

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

Shades of Deep Magenta #E505D0

Tints of Deep Magenta #E505D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 51.81%
G = 1.13%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E505D0 (or 0xE505D0) is known color: Deep Magenta. HEX triplet: E5, 05 and D0. RGB value is (229,5,208). Sum of RGB (Red+Green+Blue) = 229+5+208=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E505D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505D0 is #1AFA2F. Grayscale: #5E5E5E. Windows color (decimal): -1767984 or 13632997. OLE color: 13632997.

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

Color convert

RGB 229 5 208 -
CMYK 0 0.98 0.09 0.10
HSL 305.63º 0.96% 0.46% -
HSV(B) 305.63º 0.98% 0.9% -
XYZ 43.75 21.32 61.48 -
YUV 95.12 191.71 223.49 -
System Red Green Blue C M Y K H S L
Decimal 229 5 208 0 0.98 0.09 0.10 305.63 0.96 0.46
Hex E5 5 D0 0 62 9 A 132 60 2E
Octal 345 5 320 0 142 11 12 462 140 56
Binary 11100101 101 11010000 0 1100010 1001 1010 100110010 1100000 101110

Color Harmonies of #E505D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505D0

Black with #E505D0

Text Example


Text Example

White with #E505D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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