Shades of Brilliant Rose #ED51B6
Tints of Brilliant Rose #ED51B6
RGB
CMYK
RGB Variations
Color information
#ED51B6 (or 0xED51B6) is known color: Brilliant Rose. HEX triplet: ED, 51 and B6. RGB value is (237,81,182). Sum of RGB (Red+Green+Blue) = 237+81+182=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51B6 is #12AE49. Grayscale: #8A8A8A. Windows color (decimal): -1224266 or 11948525. OLE color: 11948525.
HSL color Cylindrical-coordinate representation of color #ED51B6: hue angle of 321.15º 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 #ED51B6 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 182 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.07 |
| HSL | 321.15º | 0.81% | 0.62% | - |
| HSV(B) | 321.15º | 0.66% | 0.93% | - |
| XYZ | 46.31 | 27.27 | 47.08 | - |
| YUV | 139.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 182 | 0 | 0.66 | 0.23 | 0.07 | 321.15 | 0.81 | 0.62 |
| Hex | ED | 51 | B6 | 0 | 42 | 17 | 7 | 141 | 51 | 3E |
| Octal | 355 | 121 | 266 | 0 | 102 | 27 | 7 | 501 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10110110 | 0 | 1000010 | 10111 | 111 | 101000001 | 1010001 | 111110 |
Color Harmonies of #ED51B6
Complementary color
Monochromatic Colors of #ED51B6
Black with #ED51B6
Text Example
Text Example
White with #ED51B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51B6; }
p { color: rgb(237,81,182); }
H1.HeaderClassName
{
color: #ED51B6;
}
.AnyTagClassName
{
color: #ED51B6;
}
</style>
background-color css
<style>
a { background-color: #ED51B6; }
a { background-color: rgb(237,81,182); }
div.DivClassName
{
background-color: #ED51B6;
}
.BgClassName
{
background-color: #ED51B6;
}
</style>
border-color css
<style>
span { border-color: #ED51B6; }
span { border-color: rgb(237,81,182); }
td.TdClassName
{
border-color: #ED51B6;
}
.TagClassName
{
border-color: #ED51B6;
}
</style>