Html Css Color HEX #E704DD Deep Magenta

📋 copy color: '#E704DD'

red 231 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #E704DD

Tints of Deep Magenta #E704DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 50.66%
G = 0.88%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E704DD (or 0xE704DD) is known color: Deep Magenta. HEX triplet: E7, 04 and DD. RGB value is (231,4,221). Sum of RGB (Red+Green+Blue) = 231+4+221=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E704DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704DD is #18FB22. Grayscale: #5F5F5F. Windows color (decimal): -1637155 or 14484711. OLE color: 14484711.

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

Color convert

RGB 231 4 221 -
CMYK 0 0.98 0.04 0.09
HSL 302.64º 0.97% 0.46% -
HSV(B) 302.64º 0.98% 0.91% -
XYZ 46.05 22.3 70.28 -
YUV 96.61 198.21 223.86 -
System Red Green Blue C M Y K H S L
Decimal 231 4 221 0 0.98 0.04 0.09 302.64 0.97 0.46
Hex E7 4 DD 0 62 4 9 12F 61 2E
Octal 347 4 335 0 142 4 11 457 141 56
Binary 11100111 100 11011101 0 1100010 100 1001 100101111 1100001 101110

Color Harmonies of #E704DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704DD

Black with #E704DD

Text Example


Text Example

White with #E704DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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