Html Css Color HEX #E705DF Deep Magenta

📋 copy color: '#E705DF'

red 231 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #E705DF

Tints of Deep Magenta #E705DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 50.33%
G = 1.09%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E705DF (or 0xE705DF) is known color: Deep Magenta. HEX triplet: E7, 05 and DF. RGB value is (231,5,223). Sum of RGB (Red+Green+Blue) = 231+5+223=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E705DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705DF is #18FA20. Grayscale: #606060. Windows color (decimal): -1636897 or 14616039. OLE color: 14616039.

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

Color convert

RGB 231 5 223 -
CMYK 0 0.98 0.03 0.09
HSL 302.12º 0.96% 0.46% -
HSV(B) 302.12º 0.98% 0.91% -
XYZ 46.33 22.43 71.7 -
YUV 97.43 198.87 223.27 -
System Red Green Blue C M Y K H S L
Decimal 231 5 223 0 0.98 0.03 0.09 302.12 0.96 0.46
Hex E7 5 DF 0 62 3 9 12E 60 2E
Octal 347 5 337 0 142 3 11 456 140 56
Binary 11100111 101 11011111 0 1100010 11 1001 100101110 1100000 101110

Color Harmonies of #E705DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705DF

Black with #E705DF

Text Example


Text Example

White with #E705DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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