Html Css Color HEX #E107DB Deep Magenta

📋 copy color: '#E107DB'

red 225 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #E107DB

Tints of Deep Magenta #E107DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

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

R = 49.89%
G = 1.55%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E107DB (or 0xE107DB) is known color: Deep Magenta. HEX triplet: E1, 07 and DB. RGB value is (225,7,219). Sum of RGB (Red+Green+Blue) = 225+7+219=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E107DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107DB is #1EF824. Grayscale: #5F5F5F. Windows color (decimal): -2029605 or 14354401. OLE color: 14354401.

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

Color convert

RGB 225 7 219 -
CMYK 0 0.97 0.03 0.12
HSL 301.65º 0.94% 0.45% -
HSV(B) 301.65º 0.97% 0.88% -
XYZ 43.91 21.27 68.81 -
YUV 96.35 197.22 219.76 -
System Red Green Blue C M Y K H S L
Decimal 225 7 219 0 0.97 0.03 0.12 301.65 0.94 0.45
Hex E1 7 DB 0 61 3 C 12E 5E 2D
Octal 341 7 333 0 141 3 14 456 136 55
Binary 11100001 111 11011011 0 1100001 11 1100 100101110 1011110 101101

Color Harmonies of #E107DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107DB

Black with #E107DB

Text Example


Text Example

White with #E107DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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