#E600AC

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

Shades of Hollywood Cerise #E600AC

Tints of Hollywood Cerise #E600AC

Color information

#E600AC (or 0xE600AC) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 00 and AC. RGB value is (230,0,172). Sum of RGB (Red+Green+Blue) = 230+0+172=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E600AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E600AC is #19FF53. Grayscale: #575757. Windows color (decimal): -1703764 or 11272422. OLE color: 11272422.

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

Color convert

RGB2300172-
CMYK010.250.10
HSL315.13º100%45.1%-
HSV(B)315.13º100%90.2%-
XYZ40.0819.840.74-
YUV88.38175.2229.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=57.21%
G=0%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2300172010.250.10315.1310045.1
HexE60AC06419A13b642d
Octal34602540144311247314455
Binary11100110010101100011001001100110101001110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E600AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E600AC; }

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

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

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

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

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

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

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

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