Html Css Color HEX #E103DF Deep Magenta

📋 copy color: '#E103DF'

red 225 ◦ green 3 ◦ blue 223

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

Shades of Deep Magenta #E103DF

Tints of Deep Magenta #E103DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 49.89%
G = 0.67%
B = 49.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E103DF (or 0xE103DF) is known color: Deep Magenta. HEX triplet: E1, 03 and DF. RGB value is (225,3,223). Sum of RGB (Red+Green+Blue) = 225+3+223=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E103DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103DF is #1EFC20. Grayscale: #5D5D5D. Windows color (decimal): -2030625 or 14615521. OLE color: 14615521.

HSL color Cylindrical-coordinate representation of color #E103DF: hue angle of 300.54º 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 #E103DF is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 223 -
CMYK 0 0.99 0.01 0.12
HSL 300.54º 0.97% 0.45% -
HSV(B) 300.54º 0.99% 0.88% -
XYZ 44.4 21.4 71.6 -
YUV 94.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 225 3 223 0 0.99 0.01 0.12 300.54 0.97 0.45
Hex E1 3 DF 0 63 1 C 12D 61 2D
Octal 341 3 337 0 143 1 14 455 141 55
Binary 11100001 11 11011111 0 1100011 1 1100 100101101 1100001 101101

Color Harmonies of #E103DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E103DF

Black with #E103DF

Text Example


Text Example

White with #E103DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E103DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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