Html Css Color HEX #E517DA Deep Magenta

📋 copy color: '#E517DA'

red 229 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #E517DA

Tints of Deep Magenta #E517DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.89%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 48.72%
G = 4.89%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E517DA (or 0xE517DA) is known color: Deep Magenta. HEX triplet: E5, 17 and DA. RGB value is (229,23,218). Sum of RGB (Red+Green+Blue) = 229+23+218=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E517DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517DA is #1AE825. Grayscale: #6A6A6A. Windows color (decimal): -1763366 or 14292965. OLE color: 14292965.

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

Color convert

RGB 229 23 218 -
CMYK 0 0.90 0.05 0.10
HSL 303.2º 0.82% 0.49% -
HSV(B) 303.2º 0.9% 0.9% -
XYZ 45.27 22.33 68.25 -
YUV 106.82 190.75 215.14 -
System Red Green Blue C M Y K H S L
Decimal 229 23 218 0 0.90 0.05 0.10 303.2 0.82 0.49
Hex E5 17 DA 0 5A 5 A 12F 52 31
Octal 345 27 332 0 132 5 12 457 122 61
Binary 11100101 10111 11011010 0 1011010 101 1010 100101111 1010010 110001

Color Harmonies of #E517DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E517DA

Black with #E517DA

Text Example


Text Example

White with #E517DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E517DA; }

 p { color: rgb(229,23,218); }

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

background-color css

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

 a { background-color: rgb(229,23,218); }

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

border-color css

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

 span { border-color: rgb(229,23,218); }

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