Html Css Color HEX #E706CF Hot Magenta

📋 copy color: '#E706CF'

red 231 ◦ green 6 ◦ blue 207

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

Shades of Hot Magenta #E706CF

Tints of Hot Magenta #E706CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 52.03%
G = 1.35%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E706CF (or 0xE706CF) is known color: Hot Magenta. HEX triplet: E7, 06 and CF. RGB value is (231,6,207). Sum of RGB (Red+Green+Blue) = 231+6+207=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E706CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706CF is #18F930. Grayscale: #5F5F5F. Windows color (decimal): -1636657 or 13567719. OLE color: 13567719.

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

Color convert

RGB 231 6 207 -
CMYK 0 0.97 0.10 0.09
HSL 306.4º 0.95% 0.46% -
HSV(B) 306.4º 0.97% 0.91% -
XYZ 44.28 21.62 60.87 -
YUV 96.19 190.54 224.16 -
System Red Green Blue C M Y K H S L
Decimal 231 6 207 0 0.97 0.10 0.09 306.4 0.95 0.46
Hex E7 6 CF 0 61 A 9 132 5F 2E
Octal 347 6 317 0 141 12 11 462 137 56
Binary 11100111 110 11001111 0 1100001 1010 1001 100110010 1011111 101110

Color Harmonies of #E706CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706CF

Black with #E706CF

Text Example


Text Example

White with #E706CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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