Html Css Color HEX #E512DA Deep Magenta

📋 copy color: '#E512DA'

red 229 ◦ green 18 ◦ blue 218

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

Shades of Deep Magenta #E512DA

Tints of Deep Magenta #E512DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.87%

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

R = 49.25%
G = 3.87%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E512DA (or 0xE512DA) is known color: Deep Magenta. HEX triplet: E5, 12 and DA. RGB value is (229,18,218). Sum of RGB (Red+Green+Blue) = 229+18+218=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E512DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512DA is #1AED25. Grayscale: #676767. Windows color (decimal): -1764646 or 14291685. OLE color: 14291685.

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

Color convert

RGB 229 18 218 -
CMYK 0 0.92 0.05 0.10
HSL 303.13º 0.85% 0.48% -
HSV(B) 303.13º 0.92% 0.9% -
XYZ 45.18 22.15 68.22 -
YUV 103.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 229 18 218 0 0.92 0.05 0.10 303.13 0.85 0.48
Hex E5 12 DA 0 5C 5 A 12F 55 30
Octal 345 22 332 0 134 5 12 457 125 60
Binary 11100101 10010 11011010 0 1011100 101 1010 100101111 1010101 110000

Color Harmonies of #E512DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512DA

Black with #E512DA

Text Example


Text Example

White with #E512DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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