Html Css Color HEX #E71ADF Deep Magenta

📋 copy color: '#E71ADF'

red 231 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #E71ADF

Tints of Deep Magenta #E71ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 48.13%
G = 5.42%
B = 46.46%

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

#E71ADF (or 0xE71ADF) is known color: Deep Magenta. HEX triplet: E7, 1A and DF. RGB value is (231,26,223). Sum of RGB (Red+Green+Blue) = 231+26+223=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ADF is #18E520. Grayscale: #6D6D6D. Windows color (decimal): -1631521 or 14621415. OLE color: 14621415.

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

Color convert

RGB 231 26 223 -
CMYK 0 0.89 0.03 0.09
HSL 302.34º 0.81% 0.5% -
HSV(B) 302.34º 0.89% 0.91% -
XYZ 46.64 23.06 71.8 -
YUV 109.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 231 26 223 0 0.89 0.03 0.09 302.34 0.81 0.5
Hex E7 1A DF 0 59 3 9 12E 51 32
Octal 347 32 337 0 131 3 11 456 121 62
Binary 11100111 11010 11011111 0 1011001 11 1001 100101110 1010001 110010

Color Harmonies of #E71ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ADF

Black with #E71ADF

Text Example


Text Example

White with #E71ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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