Html Css Color HEX #E500CD Deep Magenta

📋 copy color: '#E500CD'

red 229 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #E500CD

Tints of Deep Magenta #E500CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.76%
G = 0%
B = 47.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E500CD (or 0xE500CD) is known color: Deep Magenta. HEX triplet: E5, 00 and CD. RGB value is (229,0,205). Sum of RGB (Red+Green+Blue) = 229+0+205=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E500CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500CD is #1AFF32. Grayscale: #5B5B5B. Windows color (decimal): -1769267 or 13435109. OLE color: 13435109.

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

Color convert

RGB 229 0 205 -
CMYK 0 1 0.10 0.10
HSL 306.29º 1% 0.45% -
HSV(B) 306.29º 1% 0.9% -
XYZ 43.33 21.07 59.54 -
YUV 91.84 191.87 225.83 -
System Red Green Blue C M Y K H S L
Decimal 229 0 205 0 1 0.10 0.10 306.29 1 0.45
Hex E5 0 CD 0 64 A A 132 64 2D
Octal 345 0 315 0 144 12 12 462 144 55
Binary 11100101 0 11001101 0 1100100 1010 1010 100110010 1100100 101101

Color Harmonies of #E500CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500CD

Black with #E500CD

Text Example


Text Example

White with #E500CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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