Html Css Color HEX #E509D5 Deep Magenta

📋 copy color: '#E509D5'

red 229 ◦ green 9 ◦ blue 213

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

Shades of Deep Magenta #E509D5

Tints of Deep Magenta #E509D5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 50.78%
G = 2%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E509D5 (or 0xE509D5) is known color: Deep Magenta. HEX triplet: E5, 09 and D5. RGB value is (229,9,213). Sum of RGB (Red+Green+Blue) = 229+9+213=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E509D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E509D5 is #1AF62A. Grayscale: #616161. Windows color (decimal): -1766955 or 13961701. OLE color: 13961701.

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

Color convert

RGB 229 9 213 -
CMYK 0 0.96 0.07 0.10
HSL 304.36º 0.92% 0.47% -
HSV(B) 304.36º 0.96% 0.9% -
XYZ 44.42 21.66 64.79 -
YUV 98.04 192.89 221.41 -
System Red Green Blue C M Y K H S L
Decimal 229 9 213 0 0.96 0.07 0.10 304.36 0.92 0.47
Hex E5 9 D5 0 60 7 A 130 5C 2F
Octal 345 11 325 0 140 7 12 460 134 57
Binary 11100101 1001 11010101 0 1100000 111 1010 100110000 1011100 101111

Color Harmonies of #E509D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E509D5

Black with #E509D5

Text Example


Text Example

White with #E509D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E509D5; }

 p { color: rgb(229,9,213); }

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

background-color css

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

 a { background-color: rgb(229,9,213); }

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

border-color css

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

 span { border-color: rgb(229,9,213); }

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