#E701AE

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

Shades of Hollywood Cerise #E701AE

Tints of Hollywood Cerise #E701AE

Color information

#E701AE (or 0xE701AE) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 01 and AE. RGB value is (231,1,174). Sum of RGB (Red+Green+Blue) = 231+1+174=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E701AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E701AE is #18FE51. Grayscale: #595959. Windows color (decimal): -1637970 or 11403751. OLE color: 11403751.

HSL color Cylindrical-coordinate representation of color #E701AE: hue angle of 314.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701AE is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB2311174-
CMYK01.000.250.09
HSL314.87º99.14%45.49%-
HSV(B)314.87º99.57%90.59%-
XYZ40.6120.0741.78-
YUV89.49175.7228.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.90%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=56.90%
G=0.25%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231117401.000.250.09314.8799.1445.49
HexE71AE06419913b632d
Octal34712560144311147314355
Binary11100111110101110011001001100110011001110111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E701AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E701AE; }

 p { color: rgb(231,1,174); }

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

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

 a { background-color: rgb(231,1,174); }

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

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

 span { border-color: rgb(231,1,174); }

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