Html Css Color HEX #E109C0 Deep Magenta

📋 copy color: '#E109C0'

red 225 ◦ green 9 ◦ blue 192

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

Shades of Deep Magenta #E109C0

Tints of Deep Magenta #E109C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 52.82%
G = 2.11%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E109C0 (or 0xE109C0) is known color: Deep Magenta. HEX triplet: E1, 09 and C0. RGB value is (225,9,192). Sum of RGB (Red+Green+Blue) = 225+9+192=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E109C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109C0 is #1EF63F. Grayscale: #5D5D5D. Windows color (decimal): -2029120 or 12585441. OLE color: 12585441.

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

Color convert

RGB 225 9 192 -
CMYK 0 0.96 0.15 0.12
HSL 309.17º 0.92% 0.46% -
HSV(B) 309.17º 0.96% 0.88% -
XYZ 40.66 20.01 51.59 -
YUV 94.45 183.06 221.12 -
System Red Green Blue C M Y K H S L
Decimal 225 9 192 0 0.96 0.15 0.12 309.17 0.92 0.46
Hex E1 9 C0 0 60 F C 135 5C 2E
Octal 341 11 300 0 140 17 14 465 134 56
Binary 11100001 1001 11000000 0 1100000 1111 1100 100110101 1011100 101110

Color Harmonies of #E109C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E109C0

Black with #E109C0

Text Example


Text Example

White with #E109C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E109C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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