Html Css Color HEX #E71ADE Deep Magenta

📋 copy color: '#E71ADE'

red 231 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #E71ADE

Tints of Deep Magenta #E71ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 48.23%
G = 5.43%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E71ADE (or 0xE71ADE) is known color: Deep Magenta. HEX triplet: E7, 1A and DE. RGB value is (231,26,222). Sum of RGB (Red+Green+Blue) = 231+26+222=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ADE is #18E521. Grayscale: #6D6D6D. Windows color (decimal): -1631522 or 14555879. OLE color: 14555879.

HSL color Cylindrical-coordinate representation of color #E71ADE: hue angle of 302.63º 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 #E71ADE is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 26 222 -
CMYK 0 0.89 0.04 0.09
HSL 302.63º 0.81% 0.5% -
HSV(B) 302.63º 0.89% 0.91% -
XYZ 46.51 23 71.1 -
YUV 109.64 191.42 214.56 -
System Red Green Blue C M Y K H S L
Decimal 231 26 222 0 0.89 0.04 0.09 302.63 0.81 0.5
Hex E7 1A DE 0 59 4 9 12F 51 32
Octal 347 32 336 0 131 4 11 457 121 62
Binary 11100111 11010 11011110 0 1011001 100 1001 100101111 1010001 110010

Color Harmonies of #E71ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ADE

Black with #E71ADE

Text Example


Text Example

White with #E71ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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