Html Css Color HEX #E701DF Deep Magenta

📋 copy color: '#E701DF'

red 231 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #E701DF

Tints of Deep Magenta #E701DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 50.77%
G = 0.22%
B = 49.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E701DF (or 0xE701DF) is known color: Deep Magenta. HEX triplet: E7, 01 and DF. RGB value is (231,1,223). Sum of RGB (Red+Green+Blue) = 231+1+223=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E701DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701DF is #18FE20. Grayscale: #5E5E5E. Windows color (decimal): -1637921 or 14615015. OLE color: 14615015.

HSL color Cylindrical-coordinate representation of color #E701DF: hue angle of 302.09º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701DF is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 223 -
CMYK 0 1.00 0.03 0.09
HSL 302.09º 0.99% 0.45% -
HSV(B) 302.09º 1% 0.91% -
XYZ 46.29 22.34 71.68 -
YUV 95.08 200.2 224.95 -
System Red Green Blue C M Y K H S L
Decimal 231 1 223 0 1.00 0.03 0.09 302.09 0.99 0.45
Hex E7 1 DF 0 64 3 9 12E 63 2D
Octal 347 1 337 0 144 3 11 456 143 55
Binary 11100111 1 11011111 0 1100100 11 1001 100101110 1100011 101101

Color Harmonies of #E701DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701DF

Black with #E701DF

Text Example


Text Example

White with #E701DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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