Html Css Color HEX #E704DF Deep Magenta

📋 copy color: '#E704DF'

red 231 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #E704DF

Tints of Deep Magenta #E704DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 50.44%
G = 0.87%
B = 48.69%

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

#E704DF (or 0xE704DF) is known color: Deep Magenta. HEX triplet: E7, 04 and DF. RGB value is (231,4,223). Sum of RGB (Red+Green+Blue) = 231+4+223=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E704DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704DF is #18FB20. Grayscale: #606060. Windows color (decimal): -1637153 or 14615783. OLE color: 14615783.

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

Color convert

RGB 231 4 223 -
CMYK 0 0.98 0.03 0.09
HSL 302.11º 0.97% 0.46% -
HSV(B) 302.11º 0.98% 0.91% -
XYZ 46.32 22.4 71.7 -
YUV 96.84 199.21 223.69 -
System Red Green Blue C M Y K H S L
Decimal 231 4 223 0 0.98 0.03 0.09 302.11 0.97 0.46
Hex E7 4 DF 0 62 3 9 12E 61 2E
Octal 347 4 337 0 142 3 11 456 141 56
Binary 11100111 100 11011111 0 1100010 11 1001 100101110 1100001 101110

Color Harmonies of #E704DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704DF

Black with #E704DF

Text Example


Text Example

White with #E704DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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