#ED0088

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

Shades of Hollywood Cerise #ED0088

Tints of Hollywood Cerise #ED0088

Color information

#ED0088 (or 0xED0088) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 00 and 88. RGB value is (237,0,136). Sum of RGB (Red+Green+Blue) = 237+0+136=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0088 is #12FF77. Grayscale: #565656. Windows color (decimal): -1245048 or 8913133. OLE color: 8913133.

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

Color convert

RGB2370136-
CMYK010.430.07
HSL325.57º100%46.47%-
HSV(B)325.57º100%92.94%-
XYZ39.3719.7825.04-
YUV86.37156.02235.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=63.54%
G=0%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370136010.430.07325.5710046.47
HexED0880642B7146642e
Octal3550210014453750614456
Binary11101101010001000011001001010111111010001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0088; }

 p { color: rgb(237,0,136); }

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

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

 a { background-color: rgb(237,0,136); }

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

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

 span { border-color: rgb(237,0,136); }

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