Html Css Color HEX #E116E0 Deep Magenta

📋 copy color: '#E116E0'

red 225 ◦ green 22 ◦ blue 224

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

Shades of Deep Magenta #E116E0

Tints of Deep Magenta #E116E0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 47.77%
G = 4.67%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E116E0 (or 0xE116E0) is known color: Deep Magenta. HEX triplet: E1, 16 and E0. RGB value is (225,22,224). Sum of RGB (Red+Green+Blue) = 225+22+224=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E116E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116E0 is #1EE91F. Grayscale: #696969. Windows color (decimal): -2025760 or 14685921. OLE color: 14685921.

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

Color convert

RGB 225 22 224 -
CMYK 0 0.90 0.00 0.12
HSL 300.3º 0.82% 0.48% -
HSV(B) 300.3º 0.9% 0.88% -
XYZ 44.79 21.96 72.4 -
YUV 105.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 225 22 224 0 0.90 0.00 0.12 300.3 0.82 0.48
Hex E1 16 E0 0 5A 0 C 12C 52 30
Octal 341 26 340 0 132 0 14 454 122 60
Binary 11100001 10110 11100000 0 1011010 0 1100 100101100 1010010 110000

Color Harmonies of #E116E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116E0

Black with #E116E0

Text Example


Text Example

White with #E116E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116E0; }

 p { color: rgb(225,22,224); }

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

background-color css

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

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

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

border-color css

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

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

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