#E701AD

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

Shades of Hollywood Cerise #E701AD

Tints of Hollywood Cerise #E701AD

Color information

#E701AD (or 0xE701AD) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 01 and AD. RGB value is (231,1,173). Sum of RGB (Red+Green+Blue) = 231+1+173=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E701AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E701AD is #18FE52. Grayscale: #585858. Windows color (decimal): -1637971 or 11338215. OLE color: 11338215.

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

Color convert

RGB2311173-
CMYK01.000.250.09
HSL315.13º99.14%45.49%-
HSV(B)315.13º99.57%90.59%-
XYZ40.5120.0341.27-
YUV89.38175.2229.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.04%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=57.04%
G=0.25%
B=42.72%

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
Decimal231117301.000.250.09315.1399.1445.49
HexE71AD06419913b632d
Octal34712550144311147314355
Binary11100111110101101011001001100110011001110111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E701AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E701AD; }

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

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

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

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

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

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

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

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