Html Css Color HEX #E107DE Deep Magenta

📋 copy color: '#E107DE'

red 225 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #E107DE

Tints of Deep Magenta #E107DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 49.56%
G = 1.54%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E107DE (or 0xE107DE) is known color: Deep Magenta. HEX triplet: E1, 07 and DE. RGB value is (225,7,222). Sum of RGB (Red+Green+Blue) = 225+7+222=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E107DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107DE is #1EF821. Grayscale: #606060. Windows color (decimal): -2029602 or 14551009. OLE color: 14551009.

HSL color Cylindrical-coordinate representation of color #E107DE: hue angle of 300.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107DE is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 222 -
CMYK 0 0.97 0.01 0.12
HSL 300.83º 0.94% 0.45% -
HSV(B) 300.83º 0.97% 0.88% -
XYZ 44.31 21.43 70.91 -
YUV 96.69 198.72 219.52 -
System Red Green Blue C M Y K H S L
Decimal 225 7 222 0 0.97 0.01 0.12 300.83 0.94 0.45
Hex E1 7 DE 0 61 1 C 12D 5E 2D
Octal 341 7 336 0 141 1 14 455 136 55
Binary 11100001 111 11011110 0 1100001 1 1100 100101101 1011110 101101

Color Harmonies of #E107DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107DE

Black with #E107DE

Text Example


Text Example

White with #E107DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107DE; }

 p { color: rgb(225,7,222); }

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

background-color css

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

 a { background-color: rgb(225,7,222); }

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

border-color css

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

 span { border-color: rgb(225,7,222); }

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