Html Css Color HEX #E700DB Hot Magenta

📋 copy color: '#E700DB'

red 231 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #E700DB

Tints of Hot Magenta #E700DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 51.33%
G = 0%
B = 48.67%

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

#E700DB (or 0xE700DB) is known color: Hot Magenta. HEX triplet: E7, 00 and DB. RGB value is (231,0,219). Sum of RGB (Red+Green+Blue) = 231+0+219=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E700DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700DB is #18FF24. Grayscale: #5D5D5D. Windows color (decimal): -1638181 or 14352615. OLE color: 14352615.

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

Color convert

RGB 231 0 219 -
CMYK 0 1 0.05 0.09
HSL 303.12º 1% 0.45% -
HSV(B) 303.12º 1% 0.91% -
XYZ 45.74 22.1 68.87 -
YUV 94.04 198.53 225.69 -
System Red Green Blue C M Y K H S L
Decimal 231 0 219 0 1 0.05 0.09 303.12 1 0.45
Hex E7 0 DB 0 64 5 9 12F 64 2D
Octal 347 0 333 0 144 5 11 457 144 55
Binary 11100111 0 11011011 0 1100100 101 1001 100101111 1100100 101101

Color Harmonies of #E700DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700DB

Black with #E700DB

Text Example


Text Example

White with #E700DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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