#E600AD

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

Shades of Hollywood Cerise #E600AD

Tints of Hollywood Cerise #E600AD

Color information

#E600AD (or 0xE600AD) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 00 and AD. RGB value is (230,0,173). Sum of RGB (Red+Green+Blue) = 230+0+173=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E600AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E600AD is #19FF52. Grayscale: #585858. Windows color (decimal): -1703763 or 11337958. OLE color: 11337958.

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

Color convert

RGB2300173-
CMYK010.250.10
HSL314.87º100%45.1%-
HSV(B)314.87º100%90.2%-
XYZ40.1819.8441.25-
YUV88.49175.7228.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=57.07%
G=0%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2300173010.250.10314.8710045.1
HexE60AD06419A13b642d
Octal34602550144311247314455
Binary11100110010101101011001001100110101001110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E600AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E600AD; }

 p { color: rgb(230,0,173); }

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

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

 a { background-color: rgb(230,0,173); }

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

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

 span { border-color: rgb(230,0,173); }

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