Html Css Color HEX #E507CD Deep Magenta

📋 copy color: '#E507CD'

red 229 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #E507CD

Tints of Deep Magenta #E507CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 51.93%
G = 1.59%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E507CD (or 0xE507CD) is known color: Deep Magenta. HEX triplet: E5, 07 and CD. RGB value is (229,7,205). Sum of RGB (Red+Green+Blue) = 229+7+205=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E507CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507CD is #1AF832. Grayscale: #5F5F5F. Windows color (decimal): -1767475 or 13436901. OLE color: 13436901.

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

Color convert

RGB 229 7 205 -
CMYK 0 0.97 0.10 0.10
HSL 306.49º 0.94% 0.46% -
HSV(B) 306.49º 0.97% 0.9% -
XYZ 43.41 21.22 59.57 -
YUV 95.95 189.55 222.9 -
System Red Green Blue C M Y K H S L
Decimal 229 7 205 0 0.97 0.10 0.10 306.49 0.94 0.46
Hex E5 7 CD 0 61 A A 132 5E 2E
Octal 345 7 315 0 141 12 12 462 136 56
Binary 11100101 111 11001101 0 1100001 1010 1010 100110010 1011110 101110

Color Harmonies of #E507CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507CD

Black with #E507CD

Text Example


Text Example

White with #E507CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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