Html Css Color HEX #E712D6 Hot Magenta

📋 copy color: '#E712D6'

red 231 ◦ green 18 ◦ blue 214

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

Shades of Hot Magenta #E712D6

Tints of Hot Magenta #E712D6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.89%

 BLUE value IS 214 (83.98% from 255) = 46.22%

R = 49.89%
G = 3.89%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E712D6 (or 0xE712D6) is known color: Hot Magenta. HEX triplet: E7, 12 and D6. RGB value is (231,18,214). Sum of RGB (Red+Green+Blue) = 231+18+214=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E712D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712D6 is #18ED29. Grayscale: #676767. Windows color (decimal): -1633578 or 14029543. OLE color: 14029543.

HSL color Cylindrical-coordinate representation of color #E712D6: hue angle of 304.79º degrees, saturation: 0.86, 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 #E712D6 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 214 -
CMYK 0 0.92 0.07 0.09
HSL 304.79º 0.86% 0.49% -
HSV(B) 304.79º 0.92% 0.91% -
XYZ 45.31 22.28 65.53 -
YUV 104.03 190.07 218.56 -
System Red Green Blue C M Y K H S L
Decimal 231 18 214 0 0.92 0.07 0.09 304.79 0.86 0.49
Hex E7 12 D6 0 5C 7 9 131 56 31
Octal 347 22 326 0 134 7 11 461 126 61
Binary 11100111 10010 11010110 0 1011100 111 1001 100110001 1010110 110001

Color Harmonies of #E712D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712D6

Black with #E712D6

Text Example


Text Example

White with #E712D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712D6; }

 p { color: rgb(231,18,214); }

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

background-color css

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

 a { background-color: rgb(231,18,214); }

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

border-color css

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

 span { border-color: rgb(231,18,214); }

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