#ED04AE

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

Shades of Hollywood Cerise #ED04AE

Tints of Hollywood Cerise #ED04AE

Color information

#ED04AE (or 0xED04AE) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 04 and AE. RGB value is (237,4,174). Sum of RGB (Red+Green+Blue) = 237+4+174=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED04AE is #12FB51. Grayscale: #5C5C5C. Windows color (decimal): -1243986 or 11404525. OLE color: 11404525.

HSL color Cylindrical-coordinate representation of color #ED04AE: hue angle of 316.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04AE is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB2374174-
CMYK00.980.270.07
HSL316.22º96.68%47.25%-
HSV(B)316.22º98.31%92.94%-
XYZ42.6121.1541.88-
YUV93.05173.69230.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 4 (1.95% from 255) = 0.96%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=57.11%
G=0.96%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237417400.980.270.07316.2296.6847.25
HexED4AE0621B713c612f
Octal3554256014233747414157
Binary111011011001010111001100010110111111001111001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED04AE; }

 p { color: rgb(237,4,174); }

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

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

 a { background-color: rgb(237,4,174); }

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

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

 span { border-color: rgb(237,4,174); }

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