Html Css Color HEX #E704D1 Hot Magenta

📋 copy color: '#E704D1'

red 231 ◦ green 4 ◦ blue 209

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

Shades of Hot Magenta #E704D1

Tints of Hot Magenta #E704D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 52.03%
G = 0.9%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E704D1 (or 0xE704D1) is known color: Hot Magenta. HEX triplet: E7, 04 and D1. RGB value is (231,4,209). Sum of RGB (Red+Green+Blue) = 231+4+209=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E704D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704D1 is #18FB2E. Grayscale: #5E5E5E. Windows color (decimal): -1637167 or 13698279. OLE color: 13698279.

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

Color convert

RGB 231 4 209 -
CMYK 0 0.98 0.10 0.09
HSL 305.82º 0.97% 0.46% -
HSV(B) 305.82º 0.98% 0.91% -
XYZ 44.51 21.68 62.16 -
YUV 95.24 192.21 224.83 -
System Red Green Blue C M Y K H S L
Decimal 231 4 209 0 0.98 0.10 0.09 305.82 0.97 0.46
Hex E7 4 D1 0 62 A 9 132 61 2E
Octal 347 4 321 0 142 12 11 462 141 56
Binary 11100111 100 11010001 0 1100010 1010 1001 100110010 1100001 101110

Color Harmonies of #E704D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704D1

Black with #E704D1

Text Example


Text Example

White with #E704D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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