Html Css Color HEX #E609CF Hot Magenta

📋 copy color: '#E609CF'

red 230 ◦ green 9 ◦ blue 207

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

Shades of Hot Magenta #E609CF

Tints of Hot Magenta #E609CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 51.57%
G = 2.02%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E609CF (or 0xE609CF) is known color: Hot Magenta. HEX triplet: E6, 09 and CF. RGB value is (230,9,207). Sum of RGB (Red+Green+Blue) = 230+9+207=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E609CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609CF is #19F630. Grayscale: #616161. Windows color (decimal): -1701425 or 13568486. OLE color: 13568486.

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

Color convert

RGB 230 9 207 -
CMYK 0 0.96 0.10 0.10
HSL 306.24º 0.92% 0.47% -
HSV(B) 306.24º 0.96% 0.9% -
XYZ 43.99 21.52 60.87 -
YUV 97.65 189.72 222.4 -
System Red Green Blue C M Y K H S L
Decimal 230 9 207 0 0.96 0.10 0.10 306.24 0.92 0.47
Hex E6 9 CF 0 60 A A 132 5C 2F
Octal 346 11 317 0 140 12 12 462 134 57
Binary 11100110 1001 11001111 0 1100000 1010 1010 100110010 1011100 101111

Color Harmonies of #E609CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609CF

Black with #E609CF

Text Example


Text Example

White with #E609CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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