Shades of Brilliant Rose #EF52AA
Tints of Brilliant Rose #EF52AA
RGB
CMYK
RGB Variations
Color information
#EF52AA (or 0xEF52AA) is known color: Brilliant Rose. HEX triplet: EF, 52 and AA. RGB value is (239,82,170). Sum of RGB (Red+Green+Blue) = 239+82+170=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52AA is #10AD55. Grayscale: #8A8A8A. Windows color (decimal): -1092950 or 11162351. OLE color: 11162351.
HSL color Cylindrical-coordinate representation of color #EF52AA: hue angle of 326.37º 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 #EF52AA is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 170 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.06 |
| HSL | 326.37º | 0.83% | 0.63% | - |
| HSV(B) | 326.37º | 0.66% | 0.94% | - |
| XYZ | 45.87 | 27.29 | 40.88 | - |
| YUV | 138.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 170 | 0 | 0.66 | 0.29 | 0.06 | 326.37 | 0.83 | 0.63 |
| Hex | EF | 52 | AA | 0 | 42 | 1D | 6 | 146 | 53 | 3F |
| Octal | 357 | 122 | 252 | 0 | 102 | 35 | 6 | 506 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10101010 | 0 | 1000010 | 11101 | 110 | 101000110 | 1010011 | 111111 |
Color Harmonies of #EF52AA
Complementary color
Monochromatic Colors of #EF52AA
Black with #EF52AA
Text Example
Text Example
White with #EF52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52AA; }
p { color: rgb(239,82,170); }
H1.HeaderClassName
{
color: #EF52AA;
}
.AnyTagClassName
{
color: #EF52AA;
}
</style>
background-color css
<style>
a { background-color: #EF52AA; }
a { background-color: rgb(239,82,170); }
div.DivClassName
{
background-color: #EF52AA;
}
.BgClassName
{
background-color: #EF52AA;
}
</style>
border-color css
<style>
span { border-color: #EF52AA; }
span { border-color: rgb(239,82,170); }
td.TdClassName
{
border-color: #EF52AA;
}
.TagClassName
{
border-color: #EF52AA;
}
</style>