Html Css Color HEX #E108DC Deep Magenta

📋 copy color: '#E108DC'

red 225 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #E108DC

Tints of Deep Magenta #E108DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 49.67%
G = 1.77%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E108DC (or 0xE108DC) is known color: Deep Magenta. HEX triplet: E1, 08 and DC. RGB value is (225,8,220). Sum of RGB (Red+Green+Blue) = 225+8+220=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E108DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108DC is #1EF723. Grayscale: #606060. Windows color (decimal): -2029348 or 14420193. OLE color: 14420193.

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

Color convert

RGB 225 8 220 -
CMYK 0 0.96 0.02 0.12
HSL 301.38º 0.93% 0.46% -
HSV(B) 301.38º 0.96% 0.88% -
XYZ 44.06 21.35 69.51 -
YUV 97.05 197.39 219.26 -
System Red Green Blue C M Y K H S L
Decimal 225 8 220 0 0.96 0.02 0.12 301.38 0.93 0.46
Hex E1 8 DC 0 60 2 C 12D 5D 2E
Octal 341 10 334 0 140 2 14 455 135 56
Binary 11100001 1000 11011100 0 1100000 10 1100 100101101 1011101 101110

Color Harmonies of #E108DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E108DC

Black with #E108DC

Text Example


Text Example

White with #E108DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E108DC; }

 p { color: rgb(225,8,220); }

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

background-color css

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

 a { background-color: rgb(225,8,220); }

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

border-color css

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

 span { border-color: rgb(225,8,220); }

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