Html Css Color HEX #E704DC Hot Magenta

📋 copy color: '#E704DC'

red 231 ◦ green 4 ◦ blue 220

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

Shades of Hot Magenta #E704DC

Tints of Hot Magenta #E704DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 50.77%
G = 0.88%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E704DC (or 0xE704DC) is known color: Hot Magenta. HEX triplet: E7, 04 and DC. RGB value is (231,4,220). Sum of RGB (Red+Green+Blue) = 231+4+220=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E704DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704DC is #18FB23. Grayscale: #5F5F5F. Windows color (decimal): -1637156 or 14419175. OLE color: 14419175.

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

Color convert

RGB 231 4 220 -
CMYK 0 0.98 0.05 0.09
HSL 302.91º 0.97% 0.46% -
HSV(B) 302.91º 0.98% 0.91% -
XYZ 45.92 22.24 69.58 -
YUV 96.5 197.71 223.94 -
System Red Green Blue C M Y K H S L
Decimal 231 4 220 0 0.98 0.05 0.09 302.91 0.97 0.46
Hex E7 4 DC 0 62 5 9 12F 61 2E
Octal 347 4 334 0 142 5 11 457 141 56
Binary 11100111 100 11011100 0 1100010 101 1001 100101111 1100001 101110

Color Harmonies of #E704DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704DC

Black with #E704DC

Text Example


Text Example

White with #E704DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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