Html Css Color HEX #E712E1 Deep Magenta

📋 copy color: '#E712E1'

red 231 ◦ green 18 ◦ blue 225

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

Shades of Deep Magenta #E712E1

Tints of Deep Magenta #E712E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 48.73%
G = 3.8%
B = 47.47%

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

#E712E1 (or 0xE712E1) is known color: Deep Magenta. HEX triplet: E7, 12 and E1. RGB value is (231,18,225). Sum of RGB (Red+Green+Blue) = 231+18+225=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E712E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712E1 is #18ED1E. Grayscale: #686868. Windows color (decimal): -1633567 or 14750439. OLE color: 14750439.

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

Color convert

RGB 231 18 225 -
CMYK 0 0.92 0.03 0.09
HSL 301.69º 0.86% 0.49% -
HSV(B) 301.69º 0.92% 0.91% -
XYZ 46.76 22.86 73.18 -
YUV 105.29 195.57 217.67 -
System Red Green Blue C M Y K H S L
Decimal 231 18 225 0 0.92 0.03 0.09 301.69 0.86 0.49
Hex E7 12 E1 0 5C 3 9 12E 56 31
Octal 347 22 341 0 134 3 11 456 126 61
Binary 11100111 10010 11100001 0 1011100 11 1001 100101110 1010110 110001

Color Harmonies of #E712E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712E1

Black with #E712E1

Text Example


Text Example

White with #E712E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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