#ED59AC

Color #ED59AC Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #ED59AC

Tints of Brilliant Rose #ED59AC

Color information

#ED59AC (or 0xED59AC) is unknown color: approx Brilliant Rose. HEX triplet: ED, 59 and AC. RGB value is (237,89,172). Sum of RGB (Red+Green+Blue) = 237+89+172=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59AC is #12A653. Grayscale: #8E8E8E. Windows color (decimal): -1222228 or 11295213. OLE color: 11295213.

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

Color convert

RGB23789172-
CMYK00.620.270.07
HSL326.35º80.43%63.92%-
HSV(B)326.35º62.45%92.94%-
XYZ45.9428.1342.04-
YUV142.71144.53195.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 89 (35.16% from 255) = 17.87%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=47.59%
G=17.87%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378917200.620.270.07326.3580.4363.92
HexED59AC03E1B71465040
Octal355131254076337506120100
Binary1110110110110011010110001111101101111110100011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED59AC; }

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

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

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

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

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

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

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

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