Shades of Brilliant Rose #EF52A6
Tints of Brilliant Rose #EF52A6
RGB
CMYK
RGB Variations
Color information
#EF52A6 (or 0xEF52A6) is known color: Brilliant Rose. HEX triplet: EF, 52 and A6. RGB value is (239,82,166). Sum of RGB (Red+Green+Blue) = 239+82+166=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52A6 is #10AD59. Grayscale: #8A8A8A. Windows color (decimal): -1092954 or 10900207. OLE color: 10900207.
HSL color Cylindrical-coordinate representation of color #EF52A6: hue angle of 327.9º 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 #EF52A6 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 166 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.06 |
| HSL | 327.9º | 0.83% | 0.63% | - |
| HSV(B) | 327.9º | 0.66% | 0.94% | - |
| XYZ | 45.5 | 27.14 | 38.92 | - |
| YUV | 138.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 166 | 0 | 0.66 | 0.31 | 0.06 | 327.9 | 0.83 | 0.63 |
| Hex | EF | 52 | A6 | 0 | 42 | 1F | 6 | 148 | 53 | 3F |
| Octal | 357 | 122 | 246 | 0 | 102 | 37 | 6 | 510 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10100110 | 0 | 1000010 | 11111 | 110 | 101001000 | 1010011 | 111111 |
Color Harmonies of #EF52A6
Complementary color
Monochromatic Colors of #EF52A6
Black with #EF52A6
Text Example
Text Example
White with #EF52A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52A6; }
p { color: rgb(239,82,166); }
H1.HeaderClassName
{
color: #EF52A6;
}
.AnyTagClassName
{
color: #EF52A6;
}
</style>
background-color css
<style>
a { background-color: #EF52A6; }
a { background-color: rgb(239,82,166); }
div.DivClassName
{
background-color: #EF52A6;
}
.BgClassName
{
background-color: #EF52A6;
}
</style>
border-color css
<style>
span { border-color: #EF52A6; }
span { border-color: rgb(239,82,166); }
td.TdClassName
{
border-color: #EF52A6;
}
.TagClassName
{
border-color: #EF52A6;
}
</style>