Shades of Brilliant Rose #ED50B8
Tints of Brilliant Rose #ED50B8
RGB
CMYK
RGB Variations
Color information
#ED50B8 (or 0xED50B8) is known color: Brilliant Rose. HEX triplet: ED, 50 and B8. RGB value is (237,80,184). Sum of RGB (Red+Green+Blue) = 237+80+184=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50B8 is #12AF47. Grayscale: #8A8A8A. Windows color (decimal): -1224520 or 12079341. OLE color: 12079341.
HSL color Cylindrical-coordinate representation of color #ED50B8: hue angle of 320.25º 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 #ED50B8 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 184 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.07 |
| HSL | 320.25º | 0.81% | 0.62% | - |
| HSV(B) | 320.25º | 0.66% | 0.93% | - |
| XYZ | 46.45 | 27.2 | 48.15 | - |
| YUV | 138.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 184 | 0 | 0.66 | 0.22 | 0.07 | 320.25 | 0.81 | 0.62 |
| Hex | ED | 50 | B8 | 0 | 42 | 16 | 7 | 140 | 51 | 3E |
| Octal | 355 | 120 | 270 | 0 | 102 | 26 | 7 | 500 | 121 | 76 |
| Binary | 11101101 | 1010000 | 10111000 | 0 | 1000010 | 10110 | 111 | 101000000 | 1010001 | 111110 |
Color Harmonies of #ED50B8
Complementary color
Monochromatic Colors of #ED50B8
Black with #ED50B8
Text Example
Text Example
White with #ED50B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50B8; }
p { color: rgb(237,80,184); }
H1.HeaderClassName
{
color: #ED50B8;
}
.AnyTagClassName
{
color: #ED50B8;
}
</style>
background-color css
<style>
a { background-color: #ED50B8; }
a { background-color: rgb(237,80,184); }
div.DivClassName
{
background-color: #ED50B8;
}
.BgClassName
{
background-color: #ED50B8;
}
</style>
border-color css
<style>
span { border-color: #ED50B8; }
span { border-color: rgb(237,80,184); }
td.TdClassName
{
border-color: #ED50B8;
}
.TagClassName
{
border-color: #ED50B8;
}
</style>