Shades of Brilliant Rose #ED60A8
Tints of Brilliant Rose #ED60A8
RGB
CMYK
RGB Variations
Color information
#ED60A8 (or 0xED60A8) is known color: Brilliant Rose. HEX triplet: ED, 60 and A8. RGB value is (237,96,168). Sum of RGB (Red+Green+Blue) = 237+96+168=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60A8 is #129F57. Grayscale: #929292. Windows color (decimal): -1220440 or 11034861. OLE color: 11034861.
HSL color Cylindrical-coordinate representation of color #ED60A8: hue angle of 329.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60A8 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 168 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.07 |
| HSL | 329.36º | 0.8% | 0.65% | - |
| HSV(B) | 329.36º | 0.59% | 0.93% | - |
| XYZ | 46.18 | 29.2 | 40.25 | - |
| YUV | 146.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 168 | 0 | 0.59 | 0.29 | 0.07 | 329.36 | 0.8 | 0.65 |
| Hex | ED | 60 | A8 | 0 | 3B | 1D | 7 | 149 | 50 | 41 |
| Octal | 355 | 140 | 250 | 0 | 73 | 35 | 7 | 511 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10101000 | 0 | 111011 | 11101 | 111 | 101001001 | 1010000 | 1000001 |
Color Harmonies of #ED60A8
Complementary color
Monochromatic Colors of #ED60A8
Black with #ED60A8
Text Example
Text Example
White with #ED60A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60A8; }
p { color: rgb(237,96,168); }
H1.HeaderClassName
{
color: #ED60A8;
}
.AnyTagClassName
{
color: #ED60A8;
}
</style>
background-color css
<style>
a { background-color: #ED60A8; }
a { background-color: rgb(237,96,168); }
div.DivClassName
{
background-color: #ED60A8;
}
.BgClassName
{
background-color: #ED60A8;
}
</style>
border-color css
<style>
span { border-color: #ED60A8; }
span { border-color: rgb(237,96,168); }
td.TdClassName
{
border-color: #ED60A8;
}
.TagClassName
{
border-color: #ED60A8;
}
</style>