Html Css Color HEX #E714DB Hot Magenta

📋 copy color: '#E714DB'

red 231 ◦ green 20 ◦ blue 219

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

Shades of Hot Magenta #E714DB

Tints of Hot Magenta #E714DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

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

R = 49.15%
G = 4.26%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E714DB (or 0xE714DB) is known color: Hot Magenta. HEX triplet: E7, 14 and DB. RGB value is (231,20,219). Sum of RGB (Red+Green+Blue) = 231+20+219=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E714DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714DB is #18EB24. Grayscale: #696969. Windows color (decimal): -1633061 or 14357735. OLE color: 14357735.

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

Color convert

RGB 231 20 219 -
CMYK 0 0.91 0.05 0.09
HSL 303.41º 0.84% 0.49% -
HSV(B) 303.41º 0.91% 0.91% -
XYZ 45.99 22.6 68.96 -
YUV 105.78 191.9 217.32 -
System Red Green Blue C M Y K H S L
Decimal 231 20 219 0 0.91 0.05 0.09 303.41 0.84 0.49
Hex E7 14 DB 0 5B 5 9 12F 54 31
Octal 347 24 333 0 133 5 11 457 124 61
Binary 11100111 10100 11011011 0 1011011 101 1001 100101111 1010100 110001

Color Harmonies of #E714DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714DB

Black with #E714DB

Text Example


Text Example

White with #E714DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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