#ED119B

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

Shades of Hollywood Cerise #ED119B

Tints of Hollywood Cerise #ED119B

Color information

#ED119B (or 0xED119B) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 11 and 9B. RGB value is (237,17,155). Sum of RGB (Red+Green+Blue) = 237+17+155=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED119B is #12EE64. Grayscale: #626262. Windows color (decimal): -1240677 or 10162669. OLE color: 10162669.

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

Color convert

RGB23717155-
CMYK00.930.350.07
HSL322.36º86.61%49.8%-
HSV(B)322.36º92.83%92.94%-
XYZ41.0420.7732.86-
YUV98.51159.89226.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 17 (7.03% from 255) = 4.16%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=57.95%
G=4.16%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371715500.930.350.07322.3686.6149.8
HexED119B05D2371425732
Octal35521233013543750212762
Binary111011011000110011011010111011000111111010000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED119B; }

 p { color: rgb(237,17,155); }

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

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

 a { background-color: rgb(237,17,155); }

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

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

 span { border-color: rgb(237,17,155); }

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