#ED00A4

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

Shades of Hollywood Cerise #ED00A4

Tints of Hollywood Cerise #ED00A4

Color information

#ED00A4 (or 0xED00A4) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 00 and A4. RGB value is (237,0,164). Sum of RGB (Red+Green+Blue) = 237+0+164=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED00A4 is #12FF5B. Grayscale: #595959. Windows color (decimal): -1245020 or 10748141. OLE color: 10748141.

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

Color convert

RGB2370164-
CMYK010.310.07
HSL318.48º100%46.47%-
HSV(B)318.48º100%92.94%-
XYZ41.6320.6836.92-
YUV89.56170.02233.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=59.10%
G=0%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370164010.310.07318.4810046.47
HexED0A40641F713e642e
Octal3550244014437747614456
Binary1110110101010010001100100111111111001111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED00A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED00A4; }

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

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

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

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

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

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

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

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