Html Css Color HEX #E104DB Deep Magenta

📋 copy color: '#E104DB'

red 225 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #E104DB

Tints of Deep Magenta #E104DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 50.22%
G = 0.89%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E104DB (or 0xE104DB) is known color: Deep Magenta. HEX triplet: E1, 04 and DB. RGB value is (225,4,219). Sum of RGB (Red+Green+Blue) = 225+4+219=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E104DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104DB is #1EFB24. Grayscale: #5D5D5D. Windows color (decimal): -2030373 or 14353633. OLE color: 14353633.

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

Color convert

RGB 225 4 219 -
CMYK 0 0.98 0.03 0.12
HSL 301.63º 0.97% 0.45% -
HSV(B) 301.63º 0.98% 0.88% -
XYZ 43.88 21.21 68.8 -
YUV 94.59 198.22 221.02 -
System Red Green Blue C M Y K H S L
Decimal 225 4 219 0 0.98 0.03 0.12 301.63 0.97 0.45
Hex E1 4 DB 0 62 3 C 12E 61 2D
Octal 341 4 333 0 142 3 14 456 141 55
Binary 11100001 100 11011011 0 1100010 11 1100 100101110 1100001 101101

Color Harmonies of #E104DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104DB

Black with #E104DB

Text Example


Text Example

White with #E104DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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