Html Css Color HEX #E108DD Deep Magenta

📋 copy color: '#E108DD'

red 225 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #E108DD

Tints of Deep Magenta #E108DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 49.56%
G = 1.76%
B = 48.68%

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

#E108DD (or 0xE108DD) is known color: Deep Magenta. HEX triplet: E1, 08 and DD. RGB value is (225,8,221). Sum of RGB (Red+Green+Blue) = 225+8+221=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E108DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E108DD is #1EF722. Grayscale: #606060. Windows color (decimal): -2029347 or 14485729. OLE color: 14485729.

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

Color convert

RGB 225 8 221 -
CMYK 0 0.96 0.02 0.12
HSL 301.11º 0.93% 0.46% -
HSV(B) 301.11º 0.96% 0.88% -
XYZ 44.19 21.4 70.21 -
YUV 97.17 197.89 219.18 -
System Red Green Blue C M Y K H S L
Decimal 225 8 221 0 0.96 0.02 0.12 301.11 0.93 0.46
Hex E1 8 DD 0 60 2 C 12D 5D 2E
Octal 341 10 335 0 140 2 14 455 135 56
Binary 11100001 1000 11011101 0 1100000 10 1100 100101101 1011101 101110

Color Harmonies of #E108DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E108DD

Black with #E108DD

Text Example


Text Example

White with #E108DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E108DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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