Shades of Brilliant Rose #ED55A1
Tints of Brilliant Rose #ED55A1
RGB
CMYK
RGB Variations
Color information
#ED55A1 (or 0xED55A1) is known color: Brilliant Rose. HEX triplet: ED, 55 and A1. RGB value is (237,85,161). Sum of RGB (Red+Green+Blue) = 237+85+161=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55A1 is #12AA5E. Grayscale: #8A8A8A. Windows color (decimal): -1223263 or 10573293. OLE color: 10573293.
HSL color Cylindrical-coordinate representation of color #ED55A1: hue angle of 330º 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 #ED55A1 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 161 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.07 |
| HSL | 330º | 0.81% | 0.63% | - |
| HSV(B) | 330º | 0.64% | 0.93% | - |
| XYZ | 44.61 | 27.07 | 36.59 | - |
| YUV | 139.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 161 | 0 | 0.64 | 0.32 | 0.07 | 330 | 0.81 | 0.63 |
| Hex | ED | 55 | A1 | 0 | 40 | 20 | 7 | 14A | 51 | 3F |
| Octal | 355 | 125 | 241 | 0 | 100 | 40 | 7 | 512 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10100001 | 0 | 1000000 | 100000 | 111 | 101001010 | 1010001 | 111111 |
Color Harmonies of #ED55A1
Complementary color
Monochromatic Colors of #ED55A1
Black with #ED55A1
Text Example
Text Example
White with #ED55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55A1; }
p { color: rgb(237,85,161); }
H1.HeaderClassName
{
color: #ED55A1;
}
.AnyTagClassName
{
color: #ED55A1;
}
</style>
background-color css
<style>
a { background-color: #ED55A1; }
a { background-color: rgb(237,85,161); }
div.DivClassName
{
background-color: #ED55A1;
}
.BgClassName
{
background-color: #ED55A1;
}
</style>
border-color css
<style>
span { border-color: #ED55A1; }
span { border-color: rgb(237,85,161); }
td.TdClassName
{
border-color: #ED55A1;
}
.TagClassName
{
border-color: #ED55A1;
}
</style>