#E706AA

Color #E706AA Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E706AA

Tints of Hollywood Cerise #E706AA

Color information

#E706AA (or 0xE706AA) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 06 and AA. RGB value is (231,6,170). Sum of RGB (Red+Green+Blue) = 231+6+170=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E706AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706AA is #18F955. Grayscale: #5B5B5B. Windows color (decimal): -1636694 or 11142887. OLE color: 11142887.

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

Color convert

RGB2316170-
CMYK00.970.260.09
HSL316.27º94.94%46.47%-
HSV(B)316.27º97.4%90.59%-
XYZ40.2820.0239.77-
YUV91.97172.04227.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.76%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=56.76%
G=1.47%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231617000.970.260.09316.2794.9446.47
HexE76AA0611A913c5f2e
Octal34762520141321147413756
Binary1110011111010101010011000011101010011001111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E706AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E706AA; }

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

 H1.HeaderClassName
 {
   color: #E706AA;
 }
 .AnyTagClassName
 {
   color: #E706AA;
 }
</style>
background-color css

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

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

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

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

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

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