Html Css Color HEX #E11AD0 Deep Magenta

📋 copy color: '#E11AD0'

red 225 ◦ green 26 ◦ blue 208

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

Shades of Deep Magenta #E11AD0

Tints of Deep Magenta #E11AD0

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

 GREEN value IS 26 (10.55% from 255) = 5.66%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 49.02%
G = 5.66%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E11AD0 (or 0xE11AD0) is known color: Deep Magenta. HEX triplet: E1, 1A and D0. RGB value is (225,26,208). Sum of RGB (Red+Green+Blue) = 225+26+208=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11AD0 is #1EE52F. Grayscale: #696969. Windows color (decimal): -2024752 or 13638369. OLE color: 13638369.

HSL color Cylindrical-coordinate representation of color #E11AD0: hue angle of 305.13º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11AD0 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 26 208 -
CMYK 0 0.88 0.08 0.12
HSL 305.13º 0.79% 0.49% -
HSV(B) 305.13º 0.88% 0.88% -
XYZ 42.81 21.3 61.53 -
YUV 106.25 185.43 212.7 -
System Red Green Blue C M Y K H S L
Decimal 225 26 208 0 0.88 0.08 0.12 305.13 0.79 0.49
Hex E1 1A D0 0 58 8 C 131 4F 31
Octal 341 32 320 0 130 10 14 461 117 61
Binary 11100001 11010 11010000 0 1011000 1000 1100 100110001 1001111 110001

Color Harmonies of #E11AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11AD0

Black with #E11AD0

Text Example


Text Example

White with #E11AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11AD0; }

 p { color: rgb(225,26,208); }

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

background-color css

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

 a { background-color: rgb(225,26,208); }

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

border-color css

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

 span { border-color: rgb(225,26,208); }

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