Shades of Brilliant Rose #ED55A7
Tints of Brilliant Rose #ED55A7
RGB
CMYK
RGB Variations
Color information
#ED55A7 (or 0xED55A7) is known color: Brilliant Rose. HEX triplet: ED, 55 and A7. RGB value is (237,85,167). Sum of RGB (Red+Green+Blue) = 237+85+167=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55A7 is #12AA58. Grayscale: #8B8B8B. Windows color (decimal): -1223257 or 10966509. OLE color: 10966509.
HSL color Cylindrical-coordinate representation of color #ED55A7: hue angle of 327.63º 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 #ED55A7 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 167 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.07 |
| HSL | 327.63º | 0.81% | 0.63% | - |
| HSV(B) | 327.63º | 0.64% | 0.93% | - |
| XYZ | 45.15 | 27.29 | 39.45 | - |
| YUV | 139.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 167 | 0 | 0.64 | 0.30 | 0.07 | 327.63 | 0.81 | 0.63 |
| Hex | ED | 55 | A7 | 0 | 40 | 1E | 7 | 148 | 51 | 3F |
| Octal | 355 | 125 | 247 | 0 | 100 | 36 | 7 | 510 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10100111 | 0 | 1000000 | 11110 | 111 | 101001000 | 1010001 | 111111 |
Color Harmonies of #ED55A7
Complementary color
Monochromatic Colors of #ED55A7
Black with #ED55A7
Text Example
Text Example
White with #ED55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55A7; }
p { color: rgb(237,85,167); }
H1.HeaderClassName
{
color: #ED55A7;
}
.AnyTagClassName
{
color: #ED55A7;
}
</style>
background-color css
<style>
a { background-color: #ED55A7; }
a { background-color: rgb(237,85,167); }
div.DivClassName
{
background-color: #ED55A7;
}
.BgClassName
{
background-color: #ED55A7;
}
</style>
border-color css
<style>
span { border-color: #ED55A7; }
span { border-color: rgb(237,85,167); }
td.TdClassName
{
border-color: #ED55A7;
}
.TagClassName
{
border-color: #ED55A7;
}
</style>