Shades of Brilliant Rose #ED59AF
Tints of Brilliant Rose #ED59AF
RGB
CMYK
RGB Variations
Color information
#ED59AF (or 0xED59AF) is known color: Brilliant Rose. HEX triplet: ED, 59 and AF. RGB value is (237,89,175). Sum of RGB (Red+Green+Blue) = 237+89+175=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED59AF is #12A650. Grayscale: #8E8E8E. Windows color (decimal): -1222225 or 11491821. OLE color: 11491821.
HSL color Cylindrical-coordinate representation of color #ED59AF: hue angle of 325.14º 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 #ED59AF is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 175 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.07 |
| HSL | 325.14º | 0.8% | 0.64% | - |
| HSV(B) | 325.14º | 0.62% | 0.93% | - |
| XYZ | 46.24 | 28.24 | 43.57 | - |
| YUV | 143.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 175 | 0 | 0.62 | 0.26 | 0.07 | 325.14 | 0.8 | 0.64 |
| Hex | ED | 59 | AF | 0 | 3E | 1A | 7 | 145 | 50 | 40 |
| Octal | 355 | 131 | 257 | 0 | 76 | 32 | 7 | 505 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10101111 | 0 | 111110 | 11010 | 111 | 101000101 | 1010000 | 1000000 |
Color Harmonies of #ED59AF
Complementary color
Monochromatic Colors of #ED59AF
Black with #ED59AF
Text Example
Text Example
White with #ED59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED59AF; }
p { color: rgb(237,89,175); }
H1.HeaderClassName
{
color: #ED59AF;
}
.AnyTagClassName
{
color: #ED59AF;
}
</style>
background-color css
<style>
a { background-color: #ED59AF; }
a { background-color: rgb(237,89,175); }
div.DivClassName
{
background-color: #ED59AF;
}
.BgClassName
{
background-color: #ED59AF;
}
</style>
border-color css
<style>
span { border-color: #ED59AF; }
span { border-color: rgb(237,89,175); }
td.TdClassName
{
border-color: #ED59AF;
}
.TagClassName
{
border-color: #ED59AF;
}
</style>