Shades of Brilliant Rose #ED51B8
Tints of Brilliant Rose #ED51B8
RGB
CMYK
RGB Variations
Color information
#ED51B8 (or 0xED51B8) is known color: Brilliant Rose. HEX triplet: ED, 51 and B8. RGB value is (237,81,184). Sum of RGB (Red+Green+Blue) = 237+81+184=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51B8 is #12AE47. Grayscale: #8B8B8B. Windows color (decimal): -1224264 or 12079597. OLE color: 12079597.
HSL color Cylindrical-coordinate representation of color #ED51B8: hue angle of 320.38º 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 #ED51B8 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 184 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.07 |
| HSL | 320.38º | 0.81% | 0.62% | - |
| HSV(B) | 320.38º | 0.66% | 0.93% | - |
| XYZ | 46.52 | 27.35 | 48.17 | - |
| YUV | 139.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 184 | 0 | 0.66 | 0.22 | 0.07 | 320.38 | 0.81 | 0.62 |
| Hex | ED | 51 | B8 | 0 | 42 | 16 | 7 | 140 | 51 | 3E |
| Octal | 355 | 121 | 270 | 0 | 102 | 26 | 7 | 500 | 121 | 76 |
| Binary | 11101101 | 1010001 | 10111000 | 0 | 1000010 | 10110 | 111 | 101000000 | 1010001 | 111110 |
Color Harmonies of #ED51B8
Complementary color
Monochromatic Colors of #ED51B8
Black with #ED51B8
Text Example
Text Example
White with #ED51B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED51B8; }
p { color: rgb(237,81,184); }
H1.HeaderClassName
{
color: #ED51B8;
}
.AnyTagClassName
{
color: #ED51B8;
}
</style>
background-color css
<style>
a { background-color: #ED51B8; }
a { background-color: rgb(237,81,184); }
div.DivClassName
{
background-color: #ED51B8;
}
.BgClassName
{
background-color: #ED51B8;
}
</style>
border-color css
<style>
span { border-color: #ED51B8; }
span { border-color: rgb(237,81,184); }
td.TdClassName
{
border-color: #ED51B8;
}
.TagClassName
{
border-color: #ED51B8;
}
</style>