Html Css Color HEX #E505DD Deep Magenta

📋 copy color: '#E505DD'

red 229 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #E505DD

Tints of Deep Magenta #E505DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 50.33%
G = 1.1%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E505DD (or 0xE505DD) is known color: Deep Magenta. HEX triplet: E5, 05 and DD. RGB value is (229,5,221). Sum of RGB (Red+Green+Blue) = 229+5+221=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E505DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505DD is #1AFA22. Grayscale: #5F5F5F. Windows color (decimal): -1767971 or 14484965. OLE color: 14484965.

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

Color convert

RGB 229 5 221 -
CMYK 0 0.98 0.03 0.10
HSL 302.14º 0.96% 0.46% -
HSV(B) 302.14º 0.98% 0.9% -
XYZ 45.42 21.99 70.26 -
YUV 96.6 198.21 222.44 -
System Red Green Blue C M Y K H S L
Decimal 229 5 221 0 0.98 0.03 0.10 302.14 0.96 0.46
Hex E5 5 DD 0 62 3 A 12E 60 2E
Octal 345 5 335 0 142 3 12 456 140 56
Binary 11100101 101 11011101 0 1100010 11 1010 100101110 1100000 101110

Color Harmonies of #E505DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505DD

Black with #E505DD

Text Example


Text Example

White with #E505DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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