#EB0492

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

Shades of Hollywood Cerise #EB0492

Tints of Hollywood Cerise #EB0492

Color information

#EB0492 (or 0xEB0492) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 04 and 92. RGB value is (235,4,146). Sum of RGB (Red+Green+Blue) = 235+4+146=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0492 is #14FB6D. Grayscale: #585858. Windows color (decimal): -1375086 or 9569515. OLE color: 9569515.

HSL color Cylindrical-coordinate representation of color #EB0492: hue angle of 323.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0492 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB2354146-
CMYK00.980.380.08
HSL323.12º96.65%46.86%-
HSV(B)323.12º98.3%92.16%-
XYZ39.4919.8228.94-
YUV89.26160.03231.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.04%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=61.04%
G=1.04%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235414600.980.380.08323.1296.6546.86
HexEB492062268143612f
Octal35342220142461050314157
Binary11101011100100100100110001010011010001010000111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0492; }

 p { color: rgb(235,4,146); }

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

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

 a { background-color: rgb(235,4,146); }

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

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

 span { border-color: rgb(235,4,146); }

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