Html Css Color HEX #E514DD Deep Magenta

📋 copy color: '#E514DD'

red 229 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #E514DD

Tints of Deep Magenta #E514DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 48.72%
G = 4.26%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E514DD (or 0xE514DD) is known color: Deep Magenta. HEX triplet: E5, 14 and DD. RGB value is (229,20,221). Sum of RGB (Red+Green+Blue) = 229+20+221=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E514DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514DD is #1AEB22. Grayscale: #686868. Windows color (decimal): -1764131 or 14488805. OLE color: 14488805.

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

Color convert

RGB 229 20 221 -
CMYK 0 0.91 0.03 0.10
HSL 302.3º 0.84% 0.49% -
HSV(B) 302.3º 0.91% 0.9% -
XYZ 45.61 22.38 70.32 -
YUV 105.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 229 20 221 0 0.91 0.03 0.10 302.3 0.84 0.49
Hex E5 14 DD 0 5B 3 A 12E 54 31
Octal 345 24 335 0 133 3 12 456 124 61
Binary 11100101 10100 11011101 0 1011011 11 1010 100101110 1010100 110001

Color Harmonies of #E514DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514DD

Black with #E514DD

Text Example


Text Example

White with #E514DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514DD; }

 p { color: rgb(229,20,221); }

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

background-color css

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

 a { background-color: rgb(229,20,221); }

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

border-color css

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

 span { border-color: rgb(229,20,221); }

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