#eb00aa

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

Shades of Hollywood Cerise #EB00AA

Tints of Hollywood Cerise #EB00AA

Color information

#EB00AA (or 0xEB00AA) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 00 and AA. RGB value is (235,0,170). Sum of RGB (Red+Green+Blue) = 235+0+170=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00AA is #14FF55. Grayscale: #595959. Windows color (decimal): -1376086 or 11141355. OLE color: 11141355.

HSL color Cylindrical-coordinate representation of color #EB00AA: hue angle of 316.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB00AA is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB2350170-
CMYK010.280.08
HSL316.6º100%46.08%-
HSV(B)316.6º100%92.16%-
XYZ41.5220.5639.81-
YUV89.64173.36231.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=58.02%
G=0%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350170010.280.08316.610046.08
HexEB0AA0641C813d642e
Octal35302520144341047514456
Binary11101011010101010011001001110010001001111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb00aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb00aa; }

 p { color: rgb(235,0,170); }

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

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

 a { background-color: rgb(235,0,170); }

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

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

 span { border-color: rgb(235,0,170); }

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