Html Css Color HEX #E508DD Deep Magenta

📋 copy color: '#E508DD'

red 229 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #E508DD

Tints of Deep Magenta #E508DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

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

R = 50%
G = 1.75%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E508DD (or 0xE508DD) is known color: Deep Magenta. HEX triplet: E5, 08 and DD. RGB value is (229,8,221). Sum of RGB (Red+Green+Blue) = 229+8+221=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E508DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508DD is #1AF722. Grayscale: #616161. Windows color (decimal): -1767203 or 14485733. OLE color: 14485733.

HSL color Cylindrical-coordinate representation of color #E508DD: hue angle of 302.17º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508DD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 221 -
CMYK 0 0.97 0.03 0.10
HSL 302.17º 0.93% 0.46% -
HSV(B) 302.17º 0.97% 0.9% -
XYZ 45.45 22.05 70.27 -
YUV 98.36 197.22 221.18 -
System Red Green Blue C M Y K H S L
Decimal 229 8 221 0 0.97 0.03 0.10 302.17 0.93 0.46
Hex E5 8 DD 0 61 3 A 12E 5D 2E
Octal 345 10 335 0 141 3 12 456 135 56
Binary 11100101 1000 11011101 0 1100001 11 1010 100101110 1011101 101110

Color Harmonies of #E508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E508DD

Black with #E508DD

Text Example


Text Example

White with #E508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E508DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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