Html Css Color HEX #E707DD Deep Magenta

📋 copy color: '#E707DD'

red 231 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #E707DD

Tints of Deep Magenta #E707DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 50.33%
G = 1.53%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E707DD (or 0xE707DD) is known color: Deep Magenta. HEX triplet: E7, 07 and DD. RGB value is (231,7,221). Sum of RGB (Red+Green+Blue) = 231+7+221=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E707DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707DD is #18F822. Grayscale: #616161. Windows color (decimal): -1636387 or 14485479. OLE color: 14485479.

HSL color Cylindrical-coordinate representation of color #E707DD: hue angle of 302.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707DD is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 7 221 -
CMYK 0 0.97 0.04 0.09
HSL 302.68º 0.94% 0.47% -
HSV(B) 302.68º 0.97% 0.91% -
XYZ 46.08 22.36 70.29 -
YUV 98.37 197.21 222.6 -
System Red Green Blue C M Y K H S L
Decimal 231 7 221 0 0.97 0.04 0.09 302.68 0.94 0.47
Hex E7 7 DD 0 61 4 9 12F 5E 2F
Octal 347 7 335 0 141 4 11 457 136 57
Binary 11100111 111 11011101 0 1100001 100 1001 100101111 1011110 101111

Color Harmonies of #E707DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707DD

Black with #E707DD

Text Example


Text Example

White with #E707DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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