Html Css Color HEX #E104DD Deep Magenta

📋 copy color: '#E104DD'

red 225 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #E104DD

Tints of Deep Magenta #E104DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

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

R = 50%
G = 0.89%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E104DD (or 0xE104DD) is known color: Deep Magenta. HEX triplet: E1, 04 and DD. RGB value is (225,4,221). Sum of RGB (Red+Green+Blue) = 225+4+221=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E104DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104DD is #1EFB22. Grayscale: #5E5E5E. Windows color (decimal): -2030371 or 14484705. OLE color: 14484705.

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

Color convert

RGB 225 4 221 -
CMYK 0 0.98 0.02 0.12
HSL 301.09º 0.97% 0.45% -
HSV(B) 301.09º 0.98% 0.88% -
XYZ 44.15 21.31 70.19 -
YUV 94.82 199.22 220.86 -
System Red Green Blue C M Y K H S L
Decimal 225 4 221 0 0.98 0.02 0.12 301.09 0.97 0.45
Hex E1 4 DD 0 62 2 C 12D 61 2D
Octal 341 4 335 0 142 2 14 455 141 55
Binary 11100001 100 11011101 0 1100010 10 1100 100101101 1100001 101101

Color Harmonies of #E104DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104DD

Black with #E104DD

Text Example


Text Example

White with #E104DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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