Shades of Brilliant Rose #ED55AD
Tints of Brilliant Rose #ED55AD
RGB
CMYK
RGB Variations
Color information
#ED55AD (or 0xED55AD) is known color: Brilliant Rose. HEX triplet: ED, 55 and AD. RGB value is (237,85,173). Sum of RGB (Red+Green+Blue) = 237+85+173=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55AD is #12AA52. Grayscale: #8C8C8C. Windows color (decimal): -1223251 or 11359725. OLE color: 11359725.
HSL color Cylindrical-coordinate representation of color #ED55AD: hue angle of 325.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55AD is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 173 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.07 |
| HSL | 325.26º | 0.81% | 0.63% | - |
| HSV(B) | 325.26º | 0.64% | 0.93% | - |
| XYZ | 45.72 | 27.52 | 42.44 | - |
| YUV | 140.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 173 | 0 | 0.64 | 0.27 | 0.07 | 325.26 | 0.81 | 0.63 |
| Hex | ED | 55 | AD | 0 | 40 | 1B | 7 | 145 | 51 | 3F |
| Octal | 355 | 125 | 255 | 0 | 100 | 33 | 7 | 505 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10101101 | 0 | 1000000 | 11011 | 111 | 101000101 | 1010001 | 111111 |
Color Harmonies of #ED55AD
Complementary color
Monochromatic Colors of #ED55AD
Black with #ED55AD
Text Example
Text Example
White with #ED55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55AD; }
p { color: rgb(237,85,173); }
H1.HeaderClassName
{
color: #ED55AD;
}
.AnyTagClassName
{
color: #ED55AD;
}
</style>
background-color css
<style>
a { background-color: #ED55AD; }
a { background-color: rgb(237,85,173); }
div.DivClassName
{
background-color: #ED55AD;
}
.BgClassName
{
background-color: #ED55AD;
}
</style>
border-color css
<style>
span { border-color: #ED55AD; }
span { border-color: rgb(237,85,173); }
td.TdClassName
{
border-color: #ED55AD;
}
.TagClassName
{
border-color: #ED55AD;
}
</style>