Html Css Color HEX #E609D9 Deep Magenta

📋 copy color: '#E609D9'

red 230 ◦ green 9 ◦ blue 217

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

Shades of Deep Magenta #E609D9

Tints of Deep Magenta #E609D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 50.44%
G = 1.97%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E609D9 (or 0xE609D9) is known color: Deep Magenta. HEX triplet: E6, 09 and D9. RGB value is (230,9,217). Sum of RGB (Red+Green+Blue) = 230+9+217=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E609D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609D9 is #19F626. Grayscale: #626262. Windows color (decimal): -1701415 or 14223846. OLE color: 14223846.

HSL color Cylindrical-coordinate representation of color #E609D9: hue angle of 303.53º 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 #E609D9 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 217 -
CMYK 0 0.96 0.06 0.10
HSL 303.53º 0.92% 0.47% -
HSV(B) 303.53º 0.96% 0.9% -
XYZ 45.26 22.03 67.51 -
YUV 98.79 194.72 221.59 -
System Red Green Blue C M Y K H S L
Decimal 230 9 217 0 0.96 0.06 0.10 303.53 0.92 0.47
Hex E6 9 D9 0 60 6 A 130 5C 2F
Octal 346 11 331 0 140 6 12 460 134 57
Binary 11100110 1001 11011001 0 1100000 110 1010 100110000 1011100 101111

Color Harmonies of #E609D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609D9

Black with #E609D9

Text Example


Text Example

White with #E609D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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