Html Css Color HEX #E507DF Deep Magenta

📋 copy color: '#E507DF'

red 229 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #E507DF

Tints of Deep Magenta #E507DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 49.89%
G = 1.53%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E507DF (or 0xE507DF) is known color: Deep Magenta. HEX triplet: E5, 07 and DF. RGB value is (229,7,223). Sum of RGB (Red+Green+Blue) = 229+7+223=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E507DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507DF is #1AF820. Grayscale: #616161. Windows color (decimal): -1767457 or 14616549. OLE color: 14616549.

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

Color convert

RGB 229 7 223 -
CMYK 0 0.97 0.03 0.10
HSL 301.62º 0.94% 0.46% -
HSV(B) 301.62º 0.97% 0.9% -
XYZ 45.71 22.14 71.68 -
YUV 98 198.55 221.44 -
System Red Green Blue C M Y K H S L
Decimal 229 7 223 0 0.97 0.03 0.10 301.62 0.94 0.46
Hex E5 7 DF 0 61 3 A 12E 5E 2E
Octal 345 7 337 0 141 3 12 456 136 56
Binary 11100101 111 11011111 0 1100001 11 1010 100101110 1011110 101110

Color Harmonies of #E507DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507DF

Black with #E507DF

Text Example


Text Example

White with #E507DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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