Html Css Color HEX #E701D8 Hot Magenta

📋 copy color: '#E701D8'

red 231 ◦ green 1 ◦ blue 216

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

Shades of Hot Magenta #E701D8

Tints of Hot Magenta #E701D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.21%

R = 51.56%
G = 0.22%
B = 48.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E701D8 (or 0xE701D8) is known color: Hot Magenta. HEX triplet: E7, 01 and D8. RGB value is (231,1,216). Sum of RGB (Red+Green+Blue) = 231+1+216=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E701D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701D8 is #18FE27. Grayscale: #5D5D5D. Windows color (decimal): -1637928 or 14156263. OLE color: 14156263.

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

Color convert

RGB 231 1 216 -
CMYK 0 1.00 0.06 0.09
HSL 303.91º 0.99% 0.45% -
HSV(B) 303.91º 1% 0.91% -
XYZ 45.36 21.97 66.82 -
YUV 94.28 196.7 225.52 -
System Red Green Blue C M Y K H S L
Decimal 231 1 216 0 1.00 0.06 0.09 303.91 0.99 0.45
Hex E7 1 D8 0 64 6 9 130 63 2D
Octal 347 1 330 0 144 6 11 460 143 55
Binary 11100111 1 11011000 0 1100100 110 1001 100110000 1100011 101101

Color Harmonies of #E701D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701D8

Black with #E701D8

Text Example


Text Example

White with #E701D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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