Html Css Color HEX #E609DD Deep Magenta

📋 copy color: '#E609DD'

red 230 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #E609DD

Tints of Deep Magenta #E609DD

RGB

 RED value IS 230 (90.23% from 255) = 50%

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

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

R = 50%
G = 1.96%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E609DD (or 0xE609DD) is known color: Deep Magenta. HEX triplet: E6, 09 and DD. RGB value is (230,9,221). Sum of RGB (Red+Green+Blue) = 230+9+221=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E609DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609DD is #19F622. Grayscale: #626262. Windows color (decimal): -1701411 or 14485990. OLE color: 14485990.

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

Color convert

RGB 230 9 221 -
CMYK 0 0.96 0.04 0.10
HSL 302.44º 0.92% 0.47% -
HSV(B) 302.44º 0.96% 0.9% -
XYZ 45.78 22.24 70.29 -
YUV 99.25 196.72 221.26 -
System Red Green Blue C M Y K H S L
Decimal 230 9 221 0 0.96 0.04 0.10 302.44 0.92 0.47
Hex E6 9 DD 0 60 4 A 12E 5C 2F
Octal 346 11 335 0 140 4 12 456 134 57
Binary 11100110 1001 11011101 0 1100000 100 1010 100101110 1011100 101111

Color Harmonies of #E609DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609DD

Black with #E609DD

Text Example


Text Example

White with #E609DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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