#ED00AC

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

Shades of Hollywood Cerise #ED00AC

Tints of Hollywood Cerise #ED00AC

Color information

#ED00AC (or 0xED00AC) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 00 and AC. RGB value is (237,0,172). Sum of RGB (Red+Green+Blue) = 237+0+172=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED00AC is #12FF53. Grayscale: #5A5A5A. Windows color (decimal): -1245012 or 11272429. OLE color: 11272429.

HSL color Cylindrical-coordinate representation of color #ED00AC: hue angle of 316.46º 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 #ED00AC is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB2370172-
CMYK010.270.07
HSL316.46º100%46.47%-
HSV(B)316.46º100%92.94%-
XYZ42.3720.9840.85-
YUV90.47174.02232.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=57.95%
G=0%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370172010.270.07316.4610046.47
HexED0AC0641B713c642e
Octal3550254014433747414456
Binary1110110101010110001100100110111111001111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED00AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED00AC; }

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

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

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

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

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

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

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

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