Html Css Color HEX #E71AE1 Deep Magenta

📋 copy color: '#E71AE1'

red 231 ◦ green 26 ◦ blue 225

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

Shades of Deep Magenta #E71AE1

Tints of Deep Magenta #E71AE1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.39%

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

R = 47.93%
G = 5.39%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E71AE1 (or 0xE71AE1) is known color: Deep Magenta. HEX triplet: E7, 1A and E1. RGB value is (231,26,225). Sum of RGB (Red+Green+Blue) = 231+26+225=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E71AE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71AE1 is #18E51E. Grayscale: #6D6D6D. Windows color (decimal): -1631519 or 14752487. OLE color: 14752487.

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

Color convert

RGB 231 26 225 -
CMYK 0 0.89 0.03 0.09
HSL 301.76º 0.81% 0.5% -
HSV(B) 301.76º 0.89% 0.91% -
XYZ 46.92 23.16 73.23 -
YUV 109.98 192.92 214.32 -
System Red Green Blue C M Y K H S L
Decimal 231 26 225 0 0.89 0.03 0.09 301.76 0.81 0.5
Hex E7 1A E1 0 59 3 9 12E 51 32
Octal 347 32 341 0 131 3 11 456 121 62
Binary 11100111 11010 11100001 0 1011001 11 1001 100101110 1010001 110010

Color Harmonies of #E71AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71AE1

Black with #E71AE1

Text Example


Text Example

White with #E71AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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