Html Css Color HEX #E109DB Deep Magenta

📋 copy color: '#E109DB'

red 225 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #E109DB

Tints of Deep Magenta #E109DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

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

R = 49.67%
G = 1.99%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E109DB (or 0xE109DB) is known color: Deep Magenta. HEX triplet: E1, 09 and DB. RGB value is (225,9,219). Sum of RGB (Red+Green+Blue) = 225+9+219=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E109DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109DB is #1EF624. Grayscale: #606060. Windows color (decimal): -2029093 or 14354913. OLE color: 14354913.

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

Color convert

RGB 225 9 219 -
CMYK 0 0.96 0.03 0.12
HSL 301.67º 0.92% 0.46% -
HSV(B) 301.67º 0.96% 0.88% -
XYZ 43.94 21.32 68.82 -
YUV 97.52 196.56 218.92 -
System Red Green Blue C M Y K H S L
Decimal 225 9 219 0 0.96 0.03 0.12 301.67 0.92 0.46
Hex E1 9 DB 0 60 3 C 12E 5C 2E
Octal 341 11 333 0 140 3 14 456 134 56
Binary 11100001 1001 11011011 0 1100000 11 1100 100101110 1011100 101110

Color Harmonies of #E109DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E109DB

Black with #E109DB

Text Example


Text Example

White with #E109DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E109DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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