Html Css Color HEX #E109CD Deep Magenta

📋 copy color: '#E109CD'

red 225 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #E109CD

Tints of Deep Magenta #E109CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 51.25%
G = 2.05%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E109CD (or 0xE109CD) is known color: Deep Magenta. HEX triplet: E1, 09 and CD. RGB value is (225,9,205). Sum of RGB (Red+Green+Blue) = 225+9+205=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E109CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E109CD is #1EF632. Grayscale: #5F5F5F. Windows color (decimal): -2029107 or 13437409. OLE color: 13437409.

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

Color convert

RGB 225 9 205 -
CMYK 0 0.96 0.09 0.12
HSL 305.56º 0.92% 0.46% -
HSV(B) 305.56º 0.96% 0.88% -
XYZ 42.17 20.61 59.51 -
YUV 95.93 189.56 220.06 -
System Red Green Blue C M Y K H S L
Decimal 225 9 205 0 0.96 0.09 0.12 305.56 0.92 0.46
Hex E1 9 CD 0 60 9 C 132 5C 2E
Octal 341 11 315 0 140 11 14 462 134 56
Binary 11100001 1001 11001101 0 1100000 1001 1100 100110010 1011100 101110

Color Harmonies of #E109CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E109CD

Black with #E109CD

Text Example


Text Example

White with #E109CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E109CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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