Html Css Color HEX #E505D7 Deep Magenta

📋 copy color: '#E505D7'

red 229 ◦ green 5 ◦ blue 215

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

Shades of Deep Magenta #E505D7

Tints of Deep Magenta #E505D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.88%

R = 51%
G = 1.11%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E505D7 (or 0xE505D7) is known color: Deep Magenta. HEX triplet: E5, 05 and D7. RGB value is (229,5,215). Sum of RGB (Red+Green+Blue) = 229+5+215=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E505D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505D7 is #1AFA28. Grayscale: #5F5F5F. Windows color (decimal): -1767977 or 14091749. OLE color: 14091749.

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

Color convert

RGB 229 5 215 -
CMYK 0 0.98 0.06 0.10
HSL 303.75º 0.96% 0.46% -
HSV(B) 303.75º 0.98% 0.9% -
XYZ 44.63 21.67 66.12 -
YUV 95.92 195.21 222.92 -
System Red Green Blue C M Y K H S L
Decimal 229 5 215 0 0.98 0.06 0.10 303.75 0.96 0.46
Hex E5 5 D7 0 62 6 A 130 60 2E
Octal 345 5 327 0 142 6 12 460 140 56
Binary 11100101 101 11010111 0 1100010 110 1010 100110000 1100000 101110

Color Harmonies of #E505D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505D7

Black with #E505D7

Text Example


Text Example

White with #E505D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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