Shades of Brilliant Rose #ED51AA
Tints of Brilliant Rose #ED51AA
RGB
CMYK
RGB Variations
Color information
#ED51AA (or 0xED51AA) is known color: Brilliant Rose. HEX triplet: ED, 51 and AA. RGB value is (237,81,170). Sum of RGB (Red+Green+Blue) = 237+81+170=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51AA is #12AE55. Grayscale: #898989. Windows color (decimal): -1224278 or 11162093. OLE color: 11162093.
HSL color Cylindrical-coordinate representation of color #ED51AA: hue angle of 325.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED51AA is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 170 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.07 |
| HSL | 325.77º | 0.81% | 0.62% | - |
| HSV(B) | 325.77º | 0.66% | 0.93% | - |
| XYZ | 45.12 | 26.79 | 40.82 | - |
| YUV | 137.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 170 | 0 | 0.66 | 0.28 | 0.07 | 325.77 | 0.81 | 0.62 |
| Hex | ED | 51 | AA | 0 | 42 | 1C | 7 | 146 | 51 | 3E |
| Octal | 355 | 121 | 252 | 0 | 102 | 34 | 7 | 506 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10101010 | 0 | 1000010 | 11100 | 111 | 101000110 | 1010001 | 111110 |
Color Harmonies of #ED51AA
Complementary color
Monochromatic Colors of #ED51AA
Black with #ED51AA
Text Example
Text Example
White with #ED51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51AA; }
p { color: rgb(237,81,170); }
H1.HeaderClassName
{
color: #ED51AA;
}
.AnyTagClassName
{
color: #ED51AA;
}
</style>
background-color css
<style>
a { background-color: #ED51AA; }
a { background-color: rgb(237,81,170); }
div.DivClassName
{
background-color: #ED51AA;
}
.BgClassName
{
background-color: #ED51AA;
}
</style>
border-color css
<style>
span { border-color: #ED51AA; }
span { border-color: rgb(237,81,170); }
td.TdClassName
{
border-color: #ED51AA;
}
.TagClassName
{
border-color: #ED51AA;
}
</style>