Html Css Color HEX #E609D1 Hot Magenta

📋 copy color: '#E609D1'

red 230 ◦ green 9 ◦ blue 209

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

Shades of Hot Magenta #E609D1

Tints of Hot Magenta #E609D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 51.34%
G = 2.01%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E609D1 (or 0xE609D1) is known color: Hot Magenta. HEX triplet: E6, 09 and D1. RGB value is (230,9,209). Sum of RGB (Red+Green+Blue) = 230+9+209=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E609D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609D1 is #19F62E. Grayscale: #616161. Windows color (decimal): -1701423 or 13699558. OLE color: 13699558.

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

Color convert

RGB 230 9 209 -
CMYK 0 0.96 0.09 0.10
HSL 305.7º 0.92% 0.47% -
HSV(B) 305.7º 0.96% 0.9% -
XYZ 44.24 21.62 62.16 -
YUV 97.88 190.72 222.24 -
System Red Green Blue C M Y K H S L
Decimal 230 9 209 0 0.96 0.09 0.10 305.7 0.92 0.47
Hex E6 9 D1 0 60 9 A 132 5C 2F
Octal 346 11 321 0 140 11 12 462 134 57
Binary 11100110 1001 11010001 0 1100000 1001 1010 100110010 1011100 101111

Color Harmonies of #E609D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609D1

Black with #E609D1

Text Example


Text Example

White with #E609D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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