Html Css Color HEX #E609D6 Deep Magenta

📋 copy color: '#E609D6'

red 230 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #E609D6

Tints of Deep Magenta #E609D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 50.77%
G = 1.99%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E609D6 (or 0xE609D6) is known color: Deep Magenta. HEX triplet: E6, 09 and D6. RGB value is (230,9,214). Sum of RGB (Red+Green+Blue) = 230+9+214=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E609D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609D6 is #19F629. Grayscale: #616161. Windows color (decimal): -1701418 or 14027238. OLE color: 14027238.

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

Color convert

RGB 230 9 214 -
CMYK 0 0.96 0.07 0.10
HSL 304.34º 0.92% 0.47% -
HSV(B) 304.34º 0.96% 0.9% -
XYZ 44.87 21.87 65.48 -
YUV 98.45 193.22 221.83 -
System Red Green Blue C M Y K H S L
Decimal 230 9 214 0 0.96 0.07 0.10 304.34 0.92 0.47
Hex E6 9 D6 0 60 7 A 130 5C 2F
Octal 346 11 326 0 140 7 12 460 134 57
Binary 11100110 1001 11010110 0 1100000 111 1010 100110000 1011100 101111

Color Harmonies of #E609D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609D6

Black with #E609D6

Text Example


Text Example

White with #E609D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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