Html Css Color HEX #E700CE Hot Magenta

📋 copy color: '#E700CE'

red 231 ◦ green 0 ◦ blue 206

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

Shades of Hot Magenta #E700CE

Tints of Hot Magenta #E700CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 52.86%
G = 0%
B = 47.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E700CE (or 0xE700CE) is known color: Hot Magenta. HEX triplet: E7, 00 and CE. RGB value is (231,0,206). Sum of RGB (Red+Green+Blue) = 231+0+206=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E700CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700CE is #18FF31. Grayscale: #5B5B5B. Windows color (decimal): -1638194 or 13500647. OLE color: 13500647.

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

Color convert

RGB 231 0 206 -
CMYK 0 1 0.11 0.09
HSL 306.49º 1% 0.45% -
HSV(B) 306.49º 1% 0.91% -
XYZ 44.1 21.45 60.21 -
YUV 92.55 192.03 226.75 -
System Red Green Blue C M Y K H S L
Decimal 231 0 206 0 1 0.11 0.09 306.49 1 0.45
Hex E7 0 CE 0 64 B 9 132 64 2D
Octal 347 0 316 0 144 13 11 462 144 55
Binary 11100111 0 11001110 0 1100100 1011 1001 100110010 1100100 101101

Color Harmonies of #E700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700CE

Black with #E700CE

Text Example


Text Example

White with #E700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700CE; }

 p { color: rgb(231,0,206); }

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

background-color css

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

 a { background-color: rgb(231,0,206); }

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

border-color css

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

 span { border-color: rgb(231,0,206); }

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