Html Css Color HEX #E117E1 Deep Magenta

📋 copy color: '#E117E1'

red 225 ◦ green 23 ◦ blue 225

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

Shades of Deep Magenta #E117E1

Tints of Deep Magenta #E117E1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.86%

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 47.57%
G = 4.86%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E117E1 (or 0xE117E1) is known color: Deep Magenta. HEX triplet: E1, 17 and E1. RGB value is (225,23,225). Sum of RGB (Red+Green+Blue) = 225+23+225=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E117E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117E1 is #1EE81E. Grayscale: #696969. Windows color (decimal): -2025503 or 14751713. OLE color: 14751713.

HSL color Cylindrical-coordinate representation of color #E117E1: hue angle of 300º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117E1 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 225 -
CMYK 0 0.90 0 0.12
HSL 300º 0.81% 0.49% -
HSV(B) 300º 0.9% 0.88% -
XYZ 44.95 22.06 73.12 -
YUV 106.43 194.92 212.57 -
System Red Green Blue C M Y K H S L
Decimal 225 23 225 0 0.90 0 0.12 300 0.81 0.49
Hex E1 17 E1 0 5A 0 C 12C 51 31
Octal 341 27 341 0 132 0 14 454 121 61
Binary 11100001 10111 11100001 0 1011010 0 1100 100101100 1010001 110001

Color Harmonies of #E117E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117E1

Black with #E117E1

Text Example


Text Example

White with #E117E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117E1; }

 p { color: rgb(225,23,225); }

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

background-color css

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

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

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

border-color css

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

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

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