Html Css Color HEX #E601C5 Hot Magenta

📋 copy color: '#E601C5'

red 230 ◦ green 1 ◦ blue 197

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

Shades of Hot Magenta #E601C5

Tints of Hot Magenta #E601C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.03%

R = 53.74%
G = 0.23%
B = 46.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E601C5 (or 0xE601C5) is known color: Hot Magenta. HEX triplet: E6, 01 and C5. RGB value is (230,1,197). Sum of RGB (Red+Green+Blue) = 230+1+197=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E601C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601C5 is #19FE3A. Grayscale: #5B5B5B. Windows color (decimal): -1703483 or 12911078. OLE color: 12911078.

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

Color convert

RGB 230 1 197 -
CMYK 0 1.00 0.14 0.10
HSL 308.65º 0.99% 0.45% -
HSV(B) 308.65º 1% 0.9% -
XYZ 42.72 20.88 54.6 -
YUV 91.82 187.37 226.56 -
System Red Green Blue C M Y K H S L
Decimal 230 1 197 0 1.00 0.14 0.10 308.65 0.99 0.45
Hex E6 1 C5 0 64 E A 135 63 2D
Octal 346 1 305 0 144 16 12 465 143 55
Binary 11100110 1 11000101 0 1100100 1110 1010 100110101 1100011 101101

Color Harmonies of #E601C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601C5

Black with #E601C5

Text Example


Text Example

White with #E601C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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