Shades of Brilliant Rose #ED51A6
Tints of Brilliant Rose #ED51A6
RGB
CMYK
RGB Variations
Color information
#ED51A6 (or 0xED51A6) is known color: Brilliant Rose. HEX triplet: ED, 51 and A6. RGB value is (237,81,166). Sum of RGB (Red+Green+Blue) = 237+81+166=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51A6 is #12AE59. Grayscale: #898989. Windows color (decimal): -1224282 or 10899949. OLE color: 10899949.
HSL color Cylindrical-coordinate representation of color #ED51A6: hue angle of 327.31º 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 #ED51A6 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 166 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.07 |
| HSL | 327.31º | 0.81% | 0.62% | - |
| HSV(B) | 327.31º | 0.66% | 0.93% | - |
| XYZ | 44.75 | 26.64 | 38.86 | - |
| YUV | 137.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 166 | 0 | 0.66 | 0.30 | 0.07 | 327.31 | 0.81 | 0.62 |
| Hex | ED | 51 | A6 | 0 | 42 | 1E | 7 | 147 | 51 | 3E |
| Octal | 355 | 121 | 246 | 0 | 102 | 36 | 7 | 507 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10100110 | 0 | 1000010 | 11110 | 111 | 101000111 | 1010001 | 111110 |
Color Harmonies of #ED51A6
Complementary color
Monochromatic Colors of #ED51A6
Black with #ED51A6
Text Example
Text Example
White with #ED51A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51A6; }
p { color: rgb(237,81,166); }
H1.HeaderClassName
{
color: #ED51A6;
}
.AnyTagClassName
{
color: #ED51A6;
}
</style>
background-color css
<style>
a { background-color: #ED51A6; }
a { background-color: rgb(237,81,166); }
div.DivClassName
{
background-color: #ED51A6;
}
.BgClassName
{
background-color: #ED51A6;
}
</style>
border-color css
<style>
span { border-color: #ED51A6; }
span { border-color: rgb(237,81,166); }
td.TdClassName
{
border-color: #ED51A6;
}
.TagClassName
{
border-color: #ED51A6;
}
</style>