Shades of Brilliant Rose #EF50B8
Tints of Brilliant Rose #EF50B8
RGB
CMYK
RGB Variations
Color information
#EF50B8 (or 0xEF50B8) is known color: Brilliant Rose. HEX triplet: EF, 50 and B8. RGB value is (239,80,184). Sum of RGB (Red+Green+Blue) = 239+80+184=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50B8 is #10AF47. Grayscale: #8B8B8B. Windows color (decimal): -1093448 or 12079343. OLE color: 12079343.
HSL color Cylindrical-coordinate representation of color #EF50B8: hue angle of 320.75º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50B8 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 184 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.06 |
| HSL | 320.75º | 0.83% | 0.63% | - |
| HSV(B) | 320.75º | 0.67% | 0.94% | - |
| XYZ | 47.12 | 27.55 | 48.18 | - |
| YUV | 139.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 184 | 0 | 0.67 | 0.23 | 0.06 | 320.75 | 0.83 | 0.63 |
| Hex | EF | 50 | B8 | 0 | 43 | 17 | 6 | 141 | 53 | 3F |
| Octal | 357 | 120 | 270 | 0 | 103 | 27 | 6 | 501 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10111000 | 0 | 1000011 | 10111 | 110 | 101000001 | 1010011 | 111111 |
Color Harmonies of #EF50B8
Complementary color
Monochromatic Colors of #EF50B8
Black with #EF50B8
Text Example
Text Example
White with #EF50B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50B8; }
p { color: rgb(239,80,184); }
H1.HeaderClassName
{
color: #EF50B8;
}
.AnyTagClassName
{
color: #EF50B8;
}
</style>
background-color css
<style>
a { background-color: #EF50B8; }
a { background-color: rgb(239,80,184); }
div.DivClassName
{
background-color: #EF50B8;
}
.BgClassName
{
background-color: #EF50B8;
}
</style>
border-color css
<style>
span { border-color: #EF50B8; }
span { border-color: rgb(239,80,184); }
td.TdClassName
{
border-color: #EF50B8;
}
.TagClassName
{
border-color: #EF50B8;
}
</style>