Shades of Brilliant Rose #EF52AD
Tints of Brilliant Rose #EF52AD
RGB
CMYK
RGB Variations
Color information
#EF52AD (or 0xEF52AD) is known color: Brilliant Rose. HEX triplet: EF, 52 and AD. RGB value is (239,82,173). Sum of RGB (Red+Green+Blue) = 239+82+173=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52AD is #10AD52. Grayscale: #8B8B8B. Windows color (decimal): -1092947 or 11358959. OLE color: 11358959.
HSL color Cylindrical-coordinate representation of color #EF52AD: hue angle of 325.22º 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 #EF52AD is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 173 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.06 |
| HSL | 325.22º | 0.83% | 0.63% | - |
| HSV(B) | 325.22º | 0.66% | 0.94% | - |
| XYZ | 46.16 | 27.4 | 42.39 | - |
| YUV | 139.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 173 | 0 | 0.66 | 0.28 | 0.06 | 325.22 | 0.83 | 0.63 |
| Hex | EF | 52 | AD | 0 | 42 | 1C | 6 | 145 | 53 | 3F |
| Octal | 357 | 122 | 255 | 0 | 102 | 34 | 6 | 505 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10101101 | 0 | 1000010 | 11100 | 110 | 101000101 | 1010011 | 111111 |
Color Harmonies of #EF52AD
Complementary color
Monochromatic Colors of #EF52AD
Black with #EF52AD
Text Example
Text Example
White with #EF52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52AD; }
p { color: rgb(239,82,173); }
H1.HeaderClassName
{
color: #EF52AD;
}
.AnyTagClassName
{
color: #EF52AD;
}
</style>
background-color css
<style>
a { background-color: #EF52AD; }
a { background-color: rgb(239,82,173); }
div.DivClassName
{
background-color: #EF52AD;
}
.BgClassName
{
background-color: #EF52AD;
}
</style>
border-color css
<style>
span { border-color: #EF52AD; }
span { border-color: rgb(239,82,173); }
td.TdClassName
{
border-color: #EF52AD;
}
.TagClassName
{
border-color: #EF52AD;
}
</style>