Html Css Color HEX #E103DD Deep Magenta

📋 copy color: '#E103DD'

red 225 ◦ green 3 ◦ blue 221

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

Shades of Deep Magenta #E103DD

Tints of Deep Magenta #E103DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 50.11%
G = 0.67%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E103DD (or 0xE103DD) is known color: Deep Magenta. HEX triplet: E1, 03 and DD. RGB value is (225,3,221). Sum of RGB (Red+Green+Blue) = 225+3+221=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E103DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103DD is #1EFC22. Grayscale: #5D5D5D. Windows color (decimal): -2030627 or 14484449. OLE color: 14484449.

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

Color convert

RGB 225 3 221 -
CMYK 0 0.99 0.02 0.12
HSL 301.08º 0.97% 0.45% -
HSV(B) 301.08º 0.99% 0.88% -
XYZ 44.14 21.29 70.19 -
YUV 94.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 225 3 221 0 0.99 0.02 0.12 301.08 0.97 0.45
Hex E1 3 DD 0 63 2 C 12D 61 2D
Octal 341 3 335 0 143 2 14 455 141 55
Binary 11100001 11 11011101 0 1100011 10 1100 100101101 1100001 101101

Color Harmonies of #E103DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E103DD

Black with #E103DD

Text Example


Text Example

White with #E103DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E103DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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