Html Css Color HEX #E701C3 Hot Magenta

📋 copy color: '#E701C3'

red 231 ◦ green 1 ◦ blue 195

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

Shades of Hot Magenta #E701C3

Tints of Hot Magenta #E701C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 54.1%
G = 0.23%
B = 45.67%

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

#E701C3 (or 0xE701C3) is known color: Hot Magenta. HEX triplet: E7, 01 and C3. RGB value is (231,1,195). Sum of RGB (Red+Green+Blue) = 231+1+195=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E701C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701C3 is #18FE3C. Grayscale: #5B5B5B. Windows color (decimal): -1637949 or 12780007. OLE color: 12780007.

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

Color convert

RGB 231 1 195 -
CMYK 0 1.00 0.16 0.09
HSL 309.39º 0.99% 0.45% -
HSV(B) 309.39º 1% 0.91% -
XYZ 42.82 20.95 53.42 -
YUV 91.89 186.2 227.23 -
System Red Green Blue C M Y K H S L
Decimal 231 1 195 0 1.00 0.16 0.09 309.39 0.99 0.45
Hex E7 1 C3 0 64 10 9 135 63 2D
Octal 347 1 303 0 144 20 11 465 143 55
Binary 11100111 1 11000011 0 1100100 10000 1001 100110101 1100011 101101

Color Harmonies of #E701C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701C3

Black with #E701C3

Text Example


Text Example

White with #E701C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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