Html Css Color HEX #E800C6 Hot Magenta

📋 copy color: '#E800C6'

red 232 ◦ green 0 ◦ blue 198

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

Shades of Hot Magenta #E800C6

Tints of Hot Magenta #E800C6

RGB

 RED value IS 232 (91.02% from 255) = 53.95%

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

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 53.95%
G = 0%
B = 46.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E800C6 (or 0xE800C6) is known color: Hot Magenta. HEX triplet: E8, 00 and C6. RGB value is (232,0,198). Sum of RGB (Red+Green+Blue) = 232+0+198=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E800C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800C6 is #17FF39. Grayscale: #5B5B5B. Windows color (decimal): -1572666 or 12976360. OLE color: 12976360.

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

Color convert

RGB 232 0 198 -
CMYK 0 1 0.15 0.09
HSL 308.79º 1% 0.45% -
HSV(B) 308.79º 1% 0.91% -
XYZ 43.47 21.23 55.23 -
YUV 91.94 187.86 227.9 -
System Red Green Blue C M Y K H S L
Decimal 232 0 198 0 1 0.15 0.09 308.79 1 0.45
Hex E8 0 C6 0 64 F 9 135 64 2D
Octal 350 0 306 0 144 17 11 465 144 55
Binary 11101000 0 11000110 0 1100100 1111 1001 100110101 1100100 101101

Color Harmonies of #E800C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800C6

Black with #E800C6

Text Example


Text Example

White with #E800C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800C6; }

 p { color: rgb(232,0,198); }

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

background-color css

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

 a { background-color: rgb(232,0,198); }

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

border-color css

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

 span { border-color: rgb(232,0,198); }

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