Html Css Color HEX #E713DC Hot Magenta

📋 copy color: '#E713DC'

red 231 ◦ green 19 ◦ blue 220

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

Shades of Hot Magenta #E713DC

Tints of Hot Magenta #E713DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.04%

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

R = 49.15%
G = 4.04%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E713DC (or 0xE713DC) is known color: Hot Magenta. HEX triplet: E7, 13 and DC. RGB value is (231,19,220). Sum of RGB (Red+Green+Blue) = 231+19+220=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E713DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E713DC is #18EC23. Grayscale: #686868. Windows color (decimal): -1633316 or 14423015. OLE color: 14423015.

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

Color convert

RGB 231 19 220 -
CMYK 0 0.92 0.05 0.09
HSL 303.11º 0.85% 0.49% -
HSV(B) 303.11º 0.92% 0.91% -
XYZ 46.11 22.62 69.65 -
YUV 105.3 192.74 217.66 -
System Red Green Blue C M Y K H S L
Decimal 231 19 220 0 0.92 0.05 0.09 303.11 0.85 0.49
Hex E7 13 DC 0 5C 5 9 12F 55 31
Octal 347 23 334 0 134 5 11 457 125 61
Binary 11100111 10011 11011100 0 1011100 101 1001 100101111 1010101 110001

Color Harmonies of #E713DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E713DC

Black with #E713DC

Text Example


Text Example

White with #E713DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E713DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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