Html Css Color HEX #E712DF Deep Magenta

📋 copy color: '#E712DF'

red 231 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #E712DF

Tints of Deep Magenta #E712DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 48.94%
G = 3.81%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E712DF (or 0xE712DF) is known color: Deep Magenta. HEX triplet: E7, 12 and DF. RGB value is (231,18,223). Sum of RGB (Red+Green+Blue) = 231+18+223=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E712DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712DF is #18ED20. Grayscale: #686868. Windows color (decimal): -1633569 or 14619367. OLE color: 14619367.

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

Color convert

RGB 231 18 223 -
CMYK 0 0.92 0.03 0.09
HSL 302.25º 0.86% 0.49% -
HSV(B) 302.25º 0.92% 0.91% -
XYZ 46.49 22.75 71.75 -
YUV 105.06 194.57 217.83 -
System Red Green Blue C M Y K H S L
Decimal 231 18 223 0 0.92 0.03 0.09 302.25 0.86 0.49
Hex E7 12 DF 0 5C 3 9 12E 56 31
Octal 347 22 337 0 134 3 11 456 126 61
Binary 11100111 10010 11011111 0 1011100 11 1001 100101110 1010110 110001

Color Harmonies of #E712DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712DF

Black with #E712DF

Text Example


Text Example

White with #E712DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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