Html Css Color HEX #E502CD Deep Magenta

📋 copy color: '#E502CD'

red 229 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #E502CD

Tints of Deep Magenta #E502CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 52.52%
G = 0.46%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E502CD (or 0xE502CD) is known color: Deep Magenta. HEX triplet: E5, 02 and CD. RGB value is (229,2,205). Sum of RGB (Red+Green+Blue) = 229+2+205=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E502CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502CD is #1AFD32. Grayscale: #5C5C5C. Windows color (decimal): -1768755 or 13435621. OLE color: 13435621.

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

Color convert

RGB 229 2 205 -
CMYK 0 0.99 0.10 0.10
HSL 306.34º 0.98% 0.45% -
HSV(B) 306.34º 0.99% 0.9% -
XYZ 43.35 21.11 59.55 -
YUV 93.02 191.21 224.99 -
System Red Green Blue C M Y K H S L
Decimal 229 2 205 0 0.99 0.10 0.10 306.34 0.98 0.45
Hex E5 2 CD 0 63 A A 132 62 2D
Octal 345 2 315 0 143 12 12 462 142 55
Binary 11100101 10 11001101 0 1100011 1010 1010 100110010 1100010 101101

Color Harmonies of #E502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502CD

Black with #E502CD

Text Example


Text Example

White with #E502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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