Html Css Color HEX #E700DC Hot Magenta

📋 copy color: '#E700DC'

red 231 ◦ green 0 ◦ blue 220

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

Shades of Hot Magenta #E700DC

Tints of Hot Magenta #E700DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 51.22%
G = 0%
B = 48.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E700DC (or 0xE700DC) is known color: Hot Magenta. HEX triplet: E7, 00 and DC. RGB value is (231,0,220). Sum of RGB (Red+Green+Blue) = 231+0+220=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E700DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700DC is #18FF23. Grayscale: #5D5D5D. Windows color (decimal): -1638180 or 14418151. OLE color: 14418151.

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

Color convert

RGB 231 0 220 -
CMYK 0 1 0.05 0.09
HSL 302.86º 1% 0.45% -
HSV(B) 302.86º 1% 0.91% -
XYZ 45.87 22.16 69.57 -
YUV 94.15 199.03 225.61 -
System Red Green Blue C M Y K H S L
Decimal 231 0 220 0 1 0.05 0.09 302.86 1 0.45
Hex E7 0 DC 0 64 5 9 12F 64 2D
Octal 347 0 334 0 144 5 11 457 144 55
Binary 11100111 0 11011100 0 1100100 101 1001 100101111 1100100 101101

Color Harmonies of #E700DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700DC

Black with #E700DC

Text Example


Text Example

White with #E700DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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