#EB0798

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

Shades of Hollywood Cerise #EB0798

Tints of Hollywood Cerise #EB0798

Color information

#EB0798 (or 0xEB0798) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 07 and 98. RGB value is (235,7,152). Sum of RGB (Red+Green+Blue) = 235+7+152=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0798 is #14F867. Grayscale: #5B5B5B. Windows color (decimal): -1374312 or 9963499. OLE color: 9963499.

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

Color convert

RGB2357152-
CMYK00.970.350.08
HSL321.84º94.21%47.45%-
HSV(B)321.84º97.02%92.16%-
XYZ4020.0831.47-
YUV91.7162.04230.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.64%
GREEN value IS 7 (3.12% from 255) = 1.78%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=59.64%
G=1.78%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235715200.970.350.08321.8494.2147.45
HexEB7980612381425e2f
Octal35372300141431050213657
Binary11101011111100110000110000110001110001010000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0798; }

 p { color: rgb(235,7,152); }

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

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

 a { background-color: rgb(235,7,152); }

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

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

 span { border-color: rgb(235,7,152); }

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