Shades of Brilliant Rose #EF52B0
Tints of Brilliant Rose #EF52B0
RGB
CMYK
RGB Variations
Color information
#EF52B0 (or 0xEF52B0) is known color: Brilliant Rose. HEX triplet: EF, 52 and B0. RGB value is (239,82,176). Sum of RGB (Red+Green+Blue) = 239+82+176=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52B0 is #10AD4F. Grayscale: #8B8B8B. Windows color (decimal): -1092944 or 11555567. OLE color: 11555567.
HSL color Cylindrical-coordinate representation of color #EF52B0: hue angle of 324.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF52B0 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 176 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.06 |
| HSL | 324.08º | 0.83% | 0.63% | - |
| HSV(B) | 324.08º | 0.66% | 0.94% | - |
| XYZ | 46.45 | 27.52 | 43.94 | - |
| YUV | 139.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 176 | 0 | 0.66 | 0.26 | 0.06 | 324.08 | 0.83 | 0.63 |
| Hex | EF | 52 | B0 | 0 | 42 | 1A | 6 | 144 | 53 | 3F |
| Octal | 357 | 122 | 260 | 0 | 102 | 32 | 6 | 504 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10110000 | 0 | 1000010 | 11010 | 110 | 101000100 | 1010011 | 111111 |
Color Harmonies of #EF52B0
Complementary color
Monochromatic Colors of #EF52B0
Black with #EF52B0
Text Example
Text Example
White with #EF52B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52B0; }
p { color: rgb(239,82,176); }
H1.HeaderClassName
{
color: #EF52B0;
}
.AnyTagClassName
{
color: #EF52B0;
}
</style>
background-color css
<style>
a { background-color: #EF52B0; }
a { background-color: rgb(239,82,176); }
div.DivClassName
{
background-color: #EF52B0;
}
.BgClassName
{
background-color: #EF52B0;
}
</style>
border-color css
<style>
span { border-color: #EF52B0; }
span { border-color: rgb(239,82,176); }
td.TdClassName
{
border-color: #EF52B0;
}
.TagClassName
{
border-color: #EF52B0;
}
</style>