Html Css Color HEX #E505DF Deep Magenta

📋 copy color: '#E505DF'

red 229 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #E505DF

Tints of Deep Magenta #E505DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 50.11%
G = 1.09%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E505DF (or 0xE505DF) is known color: Deep Magenta. HEX triplet: E5, 05 and DF. RGB value is (229,5,223). Sum of RGB (Red+Green+Blue) = 229+5+223=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E505DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505DF is #1AFA20. Grayscale: #606060. Windows color (decimal): -1767969 or 14616037. OLE color: 14616037.

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

Color convert

RGB 229 5 223 -
CMYK 0 0.98 0.03 0.10
HSL 301.61º 0.96% 0.46% -
HSV(B) 301.61º 0.98% 0.9% -
XYZ 45.69 22.09 71.67 -
YUV 96.83 199.21 222.27 -
System Red Green Blue C M Y K H S L
Decimal 229 5 223 0 0.98 0.03 0.10 301.61 0.96 0.46
Hex E5 5 DF 0 62 3 A 12E 60 2E
Octal 345 5 337 0 142 3 12 456 140 56
Binary 11100101 101 11011111 0 1100010 11 1010 100101110 1100000 101110

Color Harmonies of #E505DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505DF

Black with #E505DF

Text Example


Text Example

White with #E505DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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