#E70696

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

Shades of Hollywood Cerise #E70696

Tints of Hollywood Cerise #E70696

Color information

#E70696 (or 0xE70696) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 06 and 96. RGB value is (231,6,150). Sum of RGB (Red+Green+Blue) = 231+6+150=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E70696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70696 is #18F969. Grayscale: #595959. Windows color (decimal): -1636714 or 9832167. OLE color: 9832167.

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

Color convert

RGB2316150-
CMYK00.970.350.09
HSL321.6º94.94%46.47%-
HSV(B)321.6º97.4%90.59%-
XYZ38.5319.3230.55-
YUV89.69162.04228.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.69%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=59.69%
G=1.55%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231615000.970.350.09321.694.9446.47
HexE76960612391425f2e
Octal34762260141431150213756
Binary11100111110100101100110000110001110011010000101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70696; }

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

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

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

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

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

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

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

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