Html Css Color HEX #E601C7 Hot Magenta

📋 copy color: '#E601C7'

red 230 ◦ green 1 ◦ blue 199

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

Shades of Hot Magenta #E601C7

Tints of Hot Magenta #E601C7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 199 (78.13% from 255) = 46.28%

R = 53.49%
G = 0.23%
B = 46.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E601C7 (or 0xE601C7) is known color: Hot Magenta. HEX triplet: E6, 01 and C7. RGB value is (230,1,199). Sum of RGB (Red+Green+Blue) = 230+1+199=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E601C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601C7 is #19FE38. Grayscale: #5B5B5B. Windows color (decimal): -1703481 or 13042150. OLE color: 13042150.

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

Color convert

RGB 230 1 199 -
CMYK 0 1.00 0.13 0.10
HSL 308.12º 0.99% 0.45% -
HSV(B) 308.12º 1% 0.9% -
XYZ 42.95 20.97 55.82 -
YUV 92.04 188.37 226.4 -
System Red Green Blue C M Y K H S L
Decimal 230 1 199 0 1.00 0.13 0.10 308.12 0.99 0.45
Hex E6 1 C7 0 64 D A 134 63 2D
Octal 346 1 307 0 144 15 12 464 143 55
Binary 11100110 1 11000111 0 1100100 1101 1010 100110100 1100011 101101

Color Harmonies of #E601C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601C7

Black with #E601C7

Text Example


Text Example

White with #E601C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601C7; }

 p { color: rgb(230,1,199); }

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

background-color css

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

 a { background-color: rgb(230,1,199); }

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

border-color css

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

 span { border-color: rgb(230,1,199); }

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