Html Css Color HEX #E711E1 Deep Magenta

📋 copy color: '#E711E1'

red 231 ◦ green 17 ◦ blue 225

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

Shades of Deep Magenta #E711E1

Tints of Deep Magenta #E711E1

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

 GREEN value IS 17 (7.03% from 255) = 3.59%

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

R = 48.84%
G = 3.59%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E711E1 (or 0xE711E1) is known color: Deep Magenta. HEX triplet: E7, 11 and E1. RGB value is (231,17,225). Sum of RGB (Red+Green+Blue) = 231+17+225=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E711E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711E1 is #18EE1E. Grayscale: #686868. Windows color (decimal): -1633823 or 14750183. OLE color: 14750183.

HSL color Cylindrical-coordinate representation of color #E711E1: hue angle of 301.68º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711E1 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 225 -
CMYK 0 0.93 0.03 0.09
HSL 301.68º 0.86% 0.49% -
HSV(B) 301.68º 0.93% 0.91% -
XYZ 46.75 22.83 73.18 -
YUV 104.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 231 17 225 0 0.93 0.03 0.09 301.68 0.86 0.49
Hex E7 11 E1 0 5D 3 9 12E 56 31
Octal 347 21 341 0 135 3 11 456 126 61
Binary 11100111 10001 11100001 0 1011101 11 1001 100101110 1010110 110001

Color Harmonies of #E711E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711E1

Black with #E711E1

Text Example


Text Example

White with #E711E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711E1; }

 p { color: rgb(231,17,225); }

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

background-color css

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

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

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

border-color css

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

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

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