Html Css Color HEX #E601C2 Hot Magenta

📋 copy color: '#E601C2'

red 230 ◦ green 1 ◦ blue 194

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

Shades of Hot Magenta #E601C2

Tints of Hot Magenta #E601C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 54.12%
G = 0.24%
B = 45.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E601C2 (or 0xE601C2) is known color: Hot Magenta. HEX triplet: E6, 01 and C2. RGB value is (230,1,194). Sum of RGB (Red+Green+Blue) = 230+1+194=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E601C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601C2 is #19FE3D. Grayscale: #5A5A5A. Windows color (decimal): -1703486 or 12714470. OLE color: 12714470.

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

Color convert

RGB 230 1 194 -
CMYK 0 1.00 0.16 0.10
HSL 309.43º 0.99% 0.45% -
HSV(B) 309.43º 1% 0.9% -
XYZ 42.38 20.74 52.81 -
YUV 91.47 185.87 226.81 -
System Red Green Blue C M Y K H S L
Decimal 230 1 194 0 1.00 0.16 0.10 309.43 0.99 0.45
Hex E6 1 C2 0 64 10 A 135 63 2D
Octal 346 1 302 0 144 20 12 465 143 55
Binary 11100110 1 11000010 0 1100100 10000 1010 100110101 1100011 101101

Color Harmonies of #E601C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601C2

Black with #E601C2

Text Example


Text Example

White with #E601C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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