#E706B2

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

Shades of Hollywood Cerise #E706B2

Tints of Hollywood Cerise #E706B2

Color information

#E706B2 (or 0xE706B2) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 06 and B2. RGB value is (231,6,178). Sum of RGB (Red+Green+Blue) = 231+6+178=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E706B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706B2 is #18F94D. Grayscale: #5C5C5C. Windows color (decimal): -1636686 or 11667175. OLE color: 11667175.

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

Color convert

RGB2316178-
CMYK00.970.230.09
HSL314.13º94.94%46.47%-
HSV(B)314.13º97.4%90.59%-
XYZ41.0620.3343.88-
YUV92.88176.04226.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.66%
GREEN value IS 6 (2.73% from 255) = 1.45%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=55.66%
G=1.45%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231617800.970.230.09314.1394.9446.47
HexE76B206117913a5f2e
Octal34762620141271147213756
Binary1110011111010110010011000011011110011001110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E706B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E706B2; }

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

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

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

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

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

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

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

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