Html Css Color HEX #E101DD Deep Magenta

📋 copy color: '#E101DD'

red 225 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #E101DD

Tints of Deep Magenta #E101DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 50.34%
G = 0.22%
B = 49.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E101DD (or 0xE101DD) is known color: Deep Magenta. HEX triplet: E1, 01 and DD. RGB value is (225,1,221). Sum of RGB (Red+Green+Blue) = 225+1+221=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E101DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101DD is #1EFE22. Grayscale: #5C5C5C. Windows color (decimal): -2031139 or 14483937. OLE color: 14483937.

HSL color Cylindrical-coordinate representation of color #E101DD: hue angle of 301.07º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101DD is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 221 -
CMYK 0 1.00 0.02 0.12
HSL 301.07º 0.99% 0.44% -
HSV(B) 301.07º 1% 0.88% -
XYZ 44.11 21.25 70.18 -
YUV 93.06 200.21 222.11 -
System Red Green Blue C M Y K H S L
Decimal 225 1 221 0 1.00 0.02 0.12 301.07 0.99 0.44
Hex E1 1 DD 0 64 2 C 12D 63 2C
Octal 341 1 335 0 144 2 14 455 143 54
Binary 11100001 1 11011101 0 1100100 10 1100 100101101 1100011 101100

Color Harmonies of #E101DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101DD

Black with #E101DD

Text Example


Text Example

White with #E101DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101DD; }

 p { color: rgb(225,1,221); }

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

background-color css

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

 a { background-color: rgb(225,1,221); }

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

border-color css

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

 span { border-color: rgb(225,1,221); }

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