#ED59A4

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

Shades of Brilliant Rose #ED59A4

Tints of Brilliant Rose #ED59A4

Color information

#ED59A4 (or 0xED59A4) is unknown color: approx Brilliant Rose. HEX triplet: ED, 59 and A4. RGB value is (237,89,164). Sum of RGB (Red+Green+Blue) = 237+89+164=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59A4 is #12A65B. Grayscale: #8D8D8D. Windows color (decimal): -1222236 or 10770925. OLE color: 10770925.

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

Color convert

RGB23789164-
CMYK00.620.310.07
HSL329.59º80.43%63.92%-
HSV(B)329.59º62.45%92.94%-
XYZ45.227.8338.11-
YUV141.8140.53195.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 89 (35.16% from 255) = 18.16%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=48.37%
G=18.16%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378916400.620.310.07329.5980.4363.92
HexED59A403E1F714a5040
Octal355131244076377512120100
Binary1110110110110011010010001111101111111110100101010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED59A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED59A4; }

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

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

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

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

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

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

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

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