Html Css Color HEX #E117CB Deep Magenta

📋 copy color: '#E117CB'

red 225 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #E117CB

Tints of Deep Magenta #E117CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 49.89%
G = 5.1%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E117CB (or 0xE117CB) is known color: Deep Magenta. HEX triplet: E1, 17 and CB. RGB value is (225,23,203). Sum of RGB (Red+Green+Blue) = 225+23+203=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E117CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117CB is #1EE834. Grayscale: #676767. Windows color (decimal): -2025525 or 13309921. OLE color: 13309921.

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

Color convert

RGB 225 23 203 -
CMYK 0 0.90 0.10 0.12
HSL 306.53º 0.81% 0.49% -
HSV(B) 306.53º 0.9% 0.88% -
XYZ 42.14 20.93 58.32 -
YUV 103.92 183.92 214.36 -
System Red Green Blue C M Y K H S L
Decimal 225 23 203 0 0.90 0.10 0.12 306.53 0.81 0.49
Hex E1 17 CB 0 5A A C 133 51 31
Octal 341 27 313 0 132 12 14 463 121 61
Binary 11100001 10111 11001011 0 1011010 1010 1100 100110011 1010001 110001

Color Harmonies of #E117CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117CB

Black with #E117CB

Text Example


Text Example

White with #E117CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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