Html Css Color HEX #E502D0 Deep Magenta

📋 copy color: '#E502D0'

red 229 ◦ green 2 ◦ blue 208

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

Shades of Deep Magenta #E502D0

Tints of Deep Magenta #E502D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.38%

R = 52.16%
G = 0.46%
B = 47.38%

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

#E502D0 (or 0xE502D0) is known color: Deep Magenta. HEX triplet: E5, 02 and D0. RGB value is (229,2,208). Sum of RGB (Red+Green+Blue) = 229+2+208=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E502D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502D0 is #1AFD2F. Grayscale: #5C5C5C. Windows color (decimal): -1768752 or 13632229. OLE color: 13632229.

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

Color convert

RGB 229 2 208 -
CMYK 0 0.99 0.09 0.10
HSL 305.55º 0.98% 0.45% -
HSV(B) 305.55º 0.99% 0.9% -
XYZ 43.72 21.26 61.47 -
YUV 93.36 192.71 224.75 -
System Red Green Blue C M Y K H S L
Decimal 229 2 208 0 0.99 0.09 0.10 305.55 0.98 0.45
Hex E5 2 D0 0 63 9 A 132 62 2D
Octal 345 2 320 0 143 11 12 462 142 55
Binary 11100101 10 11010000 0 1100011 1001 1010 100110010 1100010 101101

Color Harmonies of #E502D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502D0

Black with #E502D0

Text Example


Text Example

White with #E502D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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