Shades of Brilliant Rose #EF52AF
Tints of Brilliant Rose #EF52AF
RGB
CMYK
RGB Variations
Color information
#EF52AF (or 0xEF52AF) is known color: Brilliant Rose. HEX triplet: EF, 52 and AF. RGB value is (239,82,175). Sum of RGB (Red+Green+Blue) = 239+82+175=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52AF is #10AD50. Grayscale: #8B8B8B. Windows color (decimal): -1092945 or 11490031. OLE color: 11490031.
HSL color Cylindrical-coordinate representation of color #EF52AF: hue angle of 324.46º 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 #EF52AF is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 175 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.06 |
| HSL | 324.46º | 0.83% | 0.63% | - |
| HSV(B) | 324.46º | 0.66% | 0.94% | - |
| XYZ | 46.35 | 27.48 | 43.42 | - |
| YUV | 139.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 175 | 0 | 0.66 | 0.27 | 0.06 | 324.46 | 0.83 | 0.63 |
| Hex | EF | 52 | AF | 0 | 42 | 1B | 6 | 144 | 53 | 3F |
| Octal | 357 | 122 | 257 | 0 | 102 | 33 | 6 | 504 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10101111 | 0 | 1000010 | 11011 | 110 | 101000100 | 1010011 | 111111 |
Color Harmonies of #EF52AF
Complementary color
Monochromatic Colors of #EF52AF
Black with #EF52AF
Text Example
Text Example
White with #EF52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52AF; }
p { color: rgb(239,82,175); }
H1.HeaderClassName
{
color: #EF52AF;
}
.AnyTagClassName
{
color: #EF52AF;
}
</style>
background-color css
<style>
a { background-color: #EF52AF; }
a { background-color: rgb(239,82,175); }
div.DivClassName
{
background-color: #EF52AF;
}
.BgClassName
{
background-color: #EF52AF;
}
</style>
border-color css
<style>
span { border-color: #EF52AF; }
span { border-color: rgb(239,82,175); }
td.TdClassName
{
border-color: #EF52AF;
}
.TagClassName
{
border-color: #EF52AF;
}
</style>