Html Css Color HEX #E600C9 Hot Magenta

📋 copy color: '#E600C9'

red 230 ◦ green 0 ◦ blue 201

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

Shades of Hot Magenta #E600C9

Tints of Hot Magenta #E600C9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 53.36%
G = 0%
B = 46.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E600C9 (or 0xE600C9) is known color: Hot Magenta. HEX triplet: E6, 00 and C9. RGB value is (230,0,201). Sum of RGB (Red+Green+Blue) = 230+0+201=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E600C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600C9 is #19FF36. Grayscale: #5B5B5B. Windows color (decimal): -1703735 or 13172966. OLE color: 13172966.

HSL color Cylindrical-coordinate representation of color #E600C9: hue angle of 307.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600C9 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 201 -
CMYK 0 1 0.13 0.10
HSL 307.57º 1% 0.45% -
HSV(B) 307.57º 1% 0.9% -
XYZ 43.18 21.04 57.04 -
YUV 91.68 189.7 226.66 -
System Red Green Blue C M Y K H S L
Decimal 230 0 201 0 1 0.13 0.10 307.57 1 0.45
Hex E6 0 C9 0 64 D A 134 64 2D
Octal 346 0 311 0 144 15 12 464 144 55
Binary 11100110 0 11001001 0 1100100 1101 1010 100110100 1100100 101101

Color Harmonies of #E600C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600C9

Black with #E600C9

Text Example


Text Example

White with #E600C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600C9; }

 p { color: rgb(230,0,201); }

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

background-color css

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

 a { background-color: rgb(230,0,201); }

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

border-color css

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

 span { border-color: rgb(230,0,201); }

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