Html Css Color HEX #E109D5 Deep Magenta

📋 copy color: '#E109D5'

red 225 ◦ green 9 ◦ blue 213

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

Shades of Deep Magenta #E109D5

Tints of Deep Magenta #E109D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.65%

R = 50.34%
G = 2.01%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E109D5 (or 0xE109D5) is known color: Deep Magenta. HEX triplet: E1, 09 and D5. RGB value is (225,9,213). Sum of RGB (Red+Green+Blue) = 225+9+213=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E109D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109D5 is #1EF62A. Grayscale: #606060. Windows color (decimal): -2029099 or 13961697. OLE color: 13961697.

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

Color convert

RGB 225 9 213 -
CMYK 0 0.96 0.05 0.12
HSL 303.33º 0.92% 0.46% -
HSV(B) 303.33º 0.96% 0.88% -
XYZ 43.16 21.01 64.73 -
YUV 96.84 193.56 219.41 -
System Red Green Blue C M Y K H S L
Decimal 225 9 213 0 0.96 0.05 0.12 303.33 0.92 0.46
Hex E1 9 D5 0 60 5 C 12F 5C 2E
Octal 341 11 325 0 140 5 14 457 134 56
Binary 11100001 1001 11010101 0 1100000 101 1100 100101111 1011100 101110

Color Harmonies of #E109D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E109D5

Black with #E109D5

Text Example


Text Example

White with #E109D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E109D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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