Html Css Color HEX #E706E0 Deep Magenta

📋 copy color: '#E706E0'

red 231 ◦ green 6 ◦ blue 224

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

Shades of Deep Magenta #E706E0

Tints of Deep Magenta #E706E0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 50.11%
G = 1.3%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E706E0 (or 0xE706E0) is known color: Deep Magenta. HEX triplet: E7, 06 and E0. RGB value is (231,6,224). Sum of RGB (Red+Green+Blue) = 231+6+224=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E706E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706E0 is #18F91F. Grayscale: #616161. Windows color (decimal): -1636640 or 14681831. OLE color: 14681831.

HSL color Cylindrical-coordinate representation of color #E706E0: hue angle of 301.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706E0 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 224 -
CMYK 0 0.97 0.03 0.09
HSL 301.87º 0.95% 0.46% -
HSV(B) 301.87º 0.97% 0.91% -
XYZ 46.47 22.5 72.41 -
YUV 98.13 199.04 222.77 -
System Red Green Blue C M Y K H S L
Decimal 231 6 224 0 0.97 0.03 0.09 301.87 0.95 0.46
Hex E7 6 E0 0 61 3 9 12E 5F 2E
Octal 347 6 340 0 141 3 11 456 137 56
Binary 11100111 110 11100000 0 1100001 11 1001 100101110 1011111 101110

Color Harmonies of #E706E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706E0

Black with #E706E0

Text Example


Text Example

White with #E706E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706E0; }

 p { color: rgb(231,6,224); }

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

background-color css

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

 a { background-color: rgb(231,6,224); }

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

border-color css

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

 span { border-color: rgb(231,6,224); }

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