Html Css Color HEX #E502DB Deep Magenta

📋 copy color: '#E502DB'

red 229 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #E502DB

Tints of Deep Magenta #E502DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 50.89%
G = 0.44%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E502DB (or 0xE502DB) is known color: Deep Magenta. HEX triplet: E5, 02 and DB. RGB value is (229,2,219). Sum of RGB (Red+Green+Blue) = 229+2+219=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E502DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502DB is #1AFD24. Grayscale: #5D5D5D. Windows color (decimal): -1768741 or 14353125. OLE color: 14353125.

HSL color Cylindrical-coordinate representation of color #E502DB: hue angle of 302.64º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502DB is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 219 -
CMYK 0 0.99 0.04 0.10
HSL 302.64º 0.98% 0.45% -
HSV(B) 302.64º 0.99% 0.9% -
XYZ 45.12 21.82 68.85 -
YUV 94.61 198.21 223.86 -
System Red Green Blue C M Y K H S L
Decimal 229 2 219 0 0.99 0.04 0.10 302.64 0.98 0.45
Hex E5 2 DB 0 63 4 A 12F 62 2D
Octal 345 2 333 0 143 4 12 457 142 55
Binary 11100101 10 11011011 0 1100011 100 1010 100101111 1100010 101101

Color Harmonies of #E502DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502DB

Black with #E502DB

Text Example


Text Example

White with #E502DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502DB; }

 p { color: rgb(229,2,219); }

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

background-color css

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

 a { background-color: rgb(229,2,219); }

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

border-color css

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

 span { border-color: rgb(229,2,219); }

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