Html Css Color HEX #E502D1 Deep Magenta

📋 copy color: '#E502D1'

red 229 ◦ green 2 ◦ blue 209

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

Shades of Deep Magenta #E502D1

Tints of Deep Magenta #E502D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.5%

R = 52.05%
G = 0.45%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E502D1 (or 0xE502D1) is known color: Deep Magenta. HEX triplet: E5, 02 and D1. RGB value is (229,2,209). Sum of RGB (Red+Green+Blue) = 229+2+209=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E502D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502D1 is #1AFD2E. Grayscale: #5C5C5C. Windows color (decimal): -1768751 or 13697765. OLE color: 13697765.

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

Color convert

RGB 229 2 209 -
CMYK 0 0.99 0.09 0.10
HSL 305.29º 0.98% 0.45% -
HSV(B) 305.29º 0.99% 0.9% -
XYZ 43.84 21.3 62.12 -
YUV 93.47 193.21 224.67 -
System Red Green Blue C M Y K H S L
Decimal 229 2 209 0 0.99 0.09 0.10 305.29 0.98 0.45
Hex E5 2 D1 0 63 9 A 131 62 2D
Octal 345 2 321 0 143 11 12 461 142 55
Binary 11100101 10 11010001 0 1100011 1001 1010 100110001 1100010 101101

Color Harmonies of #E502D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502D1

Black with #E502D1

Text Example


Text Example

White with #E502D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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