Html Css Color HEX #E600C4 Hot Magenta

📋 copy color: '#E600C4'

red 230 ◦ green 0 ◦ blue 196

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

Shades of Hot Magenta #E600C4

Tints of Hot Magenta #E600C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 53.99%
G = 0%
B = 46.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E600C4 (or 0xE600C4) is known color: Hot Magenta. HEX triplet: E6, 00 and C4. RGB value is (230,0,196). Sum of RGB (Red+Green+Blue) = 230+0+196=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E600C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600C4 is #19FF3B. Grayscale: #5A5A5A. Windows color (decimal): -1703740 or 12845286. OLE color: 12845286.

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

Color convert

RGB 230 0 196 -
CMYK 0 1 0.15 0.10
HSL 308.87º 1% 0.45% -
HSV(B) 308.87º 1% 0.9% -
XYZ 42.6 20.81 54 -
YUV 91.11 187.2 227.06 -
System Red Green Blue C M Y K H S L
Decimal 230 0 196 0 1 0.15 0.10 308.87 1 0.45
Hex E6 0 C4 0 64 F A 135 64 2D
Octal 346 0 304 0 144 17 12 465 144 55
Binary 11100110 0 11000100 0 1100100 1111 1010 100110101 1100100 101101

Color Harmonies of #E600C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600C4

Black with #E600C4

Text Example


Text Example

White with #E600C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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