Shades of Brilliant Rose #ED55A6
Tints of Brilliant Rose #ED55A6
RGB
CMYK
RGB Variations
Color information
#ED55A6 (or 0xED55A6) is known color: Brilliant Rose. HEX triplet: ED, 55 and A6. RGB value is (237,85,166). Sum of RGB (Red+Green+Blue) = 237+85+166=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55A6 is #12AA59. Grayscale: #8B8B8B. Windows color (decimal): -1223258 or 10900973. OLE color: 10900973.
HSL color Cylindrical-coordinate representation of color #ED55A6: hue angle of 328.03º 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 #ED55A6 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 166 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.07 |
| HSL | 328.03º | 0.81% | 0.63% | - |
| HSV(B) | 328.03º | 0.64% | 0.93% | - |
| XYZ | 45.06 | 27.25 | 38.96 | - |
| YUV | 139.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 166 | 0 | 0.64 | 0.30 | 0.07 | 328.03 | 0.81 | 0.63 |
| Hex | ED | 55 | A6 | 0 | 40 | 1E | 7 | 148 | 51 | 3F |
| Octal | 355 | 125 | 246 | 0 | 100 | 36 | 7 | 510 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10100110 | 0 | 1000000 | 11110 | 111 | 101001000 | 1010001 | 111111 |
Color Harmonies of #ED55A6
Complementary color
Monochromatic Colors of #ED55A6
Black with #ED55A6
Text Example
Text Example
White with #ED55A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55A6; }
p { color: rgb(237,85,166); }
H1.HeaderClassName
{
color: #ED55A6;
}
.AnyTagClassName
{
color: #ED55A6;
}
</style>
background-color css
<style>
a { background-color: #ED55A6; }
a { background-color: rgb(237,85,166); }
div.DivClassName
{
background-color: #ED55A6;
}
.BgClassName
{
background-color: #ED55A6;
}
</style>
border-color css
<style>
span { border-color: #ED55A6; }
span { border-color: rgb(237,85,166); }
td.TdClassName
{
border-color: #ED55A6;
}
.TagClassName
{
border-color: #ED55A6;
}
</style>