Html Css Color HEX #E701C2 Hot Magenta

📋 copy color: '#E701C2'

red 231 ◦ green 1 ◦ blue 194

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

Shades of Hot Magenta #E701C2

Tints of Hot Magenta #E701C2

RGB

 RED value IS 231 (90.63% from 255) = 54.23%

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

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

R = 54.23%
G = 0.23%
B = 45.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E701C2 (or 0xE701C2) is known color: Hot Magenta. HEX triplet: E7, 01 and C2. RGB value is (231,1,194). Sum of RGB (Red+Green+Blue) = 231+1+194=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E701C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701C2 is #18FE3D. Grayscale: #5B5B5B. Windows color (decimal): -1637950 or 12714471. OLE color: 12714471.

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

Color convert

RGB 231 1 194 -
CMYK 0 1.00 0.16 0.09
HSL 309.65º 0.99% 0.45% -
HSV(B) 309.65º 1% 0.91% -
XYZ 42.7 20.91 52.82 -
YUV 91.77 185.7 227.31 -
System Red Green Blue C M Y K H S L
Decimal 231 1 194 0 1.00 0.16 0.09 309.65 0.99 0.45
Hex E7 1 C2 0 64 10 9 136 63 2D
Octal 347 1 302 0 144 20 11 466 143 55
Binary 11100111 1 11000010 0 1100100 10000 1001 100110110 1100011 101101

Color Harmonies of #E701C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701C2

Black with #E701C2

Text Example


Text Example

White with #E701C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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