Html Css Color HEX #E706CC Hot Magenta

📋 copy color: '#E706CC'

red 231 ◦ green 6 ◦ blue 204

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

Shades of Hot Magenta #E706CC

Tints of Hot Magenta #E706CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 52.38%
G = 1.36%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E706CC (or 0xE706CC) is known color: Hot Magenta. HEX triplet: E7, 06 and CC. RGB value is (231,6,204). Sum of RGB (Red+Green+Blue) = 231+6+204=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E706CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706CC is #18F933. Grayscale: #5F5F5F. Windows color (decimal): -1636660 or 13371111. OLE color: 13371111.

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

Color convert

RGB 231 6 204 -
CMYK 0 0.97 0.12 0.09
HSL 307.2º 0.95% 0.46% -
HSV(B) 307.2º 0.97% 0.91% -
XYZ 43.92 21.48 58.96 -
YUV 95.85 189.04 224.4 -
System Red Green Blue C M Y K H S L
Decimal 231 6 204 0 0.97 0.12 0.09 307.2 0.95 0.46
Hex E7 6 CC 0 61 C 9 133 5F 2E
Octal 347 6 314 0 141 14 11 463 137 56
Binary 11100111 110 11001100 0 1100001 1100 1001 100110011 1011111 101110

Color Harmonies of #E706CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706CC

Black with #E706CC

Text Example


Text Example

White with #E706CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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