#E705AD

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

Shades of Hollywood Cerise #E705AD

Tints of Hollywood Cerise #E705AD

Color information

#E705AD (or 0xE705AD) is unknown color: approx Hollywood Cerise. HEX triplet: E7, 05 and AD. RGB value is (231,5,173). Sum of RGB (Red+Green+Blue) = 231+5+173=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E705AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705AD is #18FA52. Grayscale: #5B5B5B. Windows color (decimal): -1636947 or 11339239. OLE color: 11339239.

HSL color Cylindrical-coordinate representation of color #E705AD: hue angle of 315.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705AD is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB2315173-
CMYK00.980.250.09
HSL315.4º95.76%46.27%-
HSV(B)315.4º97.84%90.59%-
XYZ40.5520.1141.28-
YUV91.73173.87227.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.48%
GREEN value IS 5 (2.34% from 255) = 1.22%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=56.48%
G=1.22%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231517300.980.250.09315.495.7646.27
HexE75AD06219913b602e
Octal34752550142311147314056
Binary1110011110110101101011000101100110011001110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E705AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E705AD; }

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

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

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

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

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

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

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

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