Html Css Color HEX #E709DD Deep Magenta

📋 copy color: '#E709DD'

red 231 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #E709DD

Tints of Deep Magenta #E709DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.95%

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

R = 50.11%
G = 1.95%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E709DD (or 0xE709DD) is known color: Deep Magenta. HEX triplet: E7, 09 and DD. RGB value is (231,9,221). Sum of RGB (Red+Green+Blue) = 231+9+221=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E709DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E709DD is #18F622. Grayscale: #626262. Windows color (decimal): -1635875 or 14485991. OLE color: 14485991.

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

Color convert

RGB 231 9 221 -
CMYK 0 0.96 0.04 0.09
HSL 302.7º 0.93% 0.47% -
HSV(B) 302.7º 0.96% 0.91% -
XYZ 46.1 22.4 70.3 -
YUV 99.55 196.55 221.76 -
System Red Green Blue C M Y K H S L
Decimal 231 9 221 0 0.96 0.04 0.09 302.7 0.93 0.47
Hex E7 9 DD 0 60 4 9 12F 5C 2F
Octal 347 11 335 0 140 4 11 457 134 57
Binary 11100111 1001 11011101 0 1100000 100 1001 100101111 1011100 101111

Color Harmonies of #E709DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E709DD

Black with #E709DD

Text Example


Text Example

White with #E709DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E709DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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