#EB0695

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

Shades of Hollywood Cerise #EB0695

Tints of Hollywood Cerise #EB0695

Color information

#EB0695 (or 0xEB0695) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 06 and 95. RGB value is (235,6,149). Sum of RGB (Red+Green+Blue) = 235+6+149=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0695 is #14F96A. Grayscale: #5A5A5A. Windows color (decimal): -1374571 or 9766635. OLE color: 9766635.

HSL color Cylindrical-coordinate representation of color #EB0695: hue angle of 322.53º degrees, saturation: 0.95, 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 #EB0695 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB2356149-
CMYK00.970.370.08
HSL322.53º95.02%47.25%-
HSV(B)322.53º97.45%92.16%-
XYZ39.7519.9630.19-
YUV90.77160.87230.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.26%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=60.26%
G=1.54%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235614900.970.370.08322.5395.0247.25
HexEB6950612581435f2f
Octal35362250141451050313757
Binary11101011110100101010110000110010110001010000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0695; }

 p { color: rgb(235,6,149); }

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

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

 a { background-color: rgb(235,6,149); }

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

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

 span { border-color: rgb(235,6,149); }

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