Shades of Brilliant Rose #EF52A3
Tints of Brilliant Rose #EF52A3
RGB
CMYK
RGB Variations
Color information
#EF52A3 (or 0xEF52A3) is known color: Brilliant Rose. HEX triplet: EF, 52 and A3. RGB value is (239,82,163). Sum of RGB (Red+Green+Blue) = 239+82+163=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF52A3 is #10AD5C. Grayscale: #8A8A8A. Windows color (decimal): -1092957 or 10703599. OLE color: 10703599.
HSL color Cylindrical-coordinate representation of color #EF52A3: hue angle of 329.04º 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 #EF52A3 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 163 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.06 |
| HSL | 329.04º | 0.83% | 0.63% | - |
| HSV(B) | 329.04º | 0.66% | 0.94% | - |
| XYZ | 45.22 | 27.03 | 37.48 | - |
| YUV | 138.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 163 | 0 | 0.66 | 0.32 | 0.06 | 329.04 | 0.83 | 0.63 |
| Hex | EF | 52 | A3 | 0 | 42 | 20 | 6 | 149 | 53 | 3F |
| Octal | 357 | 122 | 243 | 0 | 102 | 40 | 6 | 511 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10100011 | 0 | 1000010 | 100000 | 110 | 101001001 | 1010011 | 111111 |
Color Harmonies of #EF52A3
Complementary color
Monochromatic Colors of #EF52A3
Black with #EF52A3
Text Example
Text Example
White with #EF52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52A3; }
p { color: rgb(239,82,163); }
H1.HeaderClassName
{
color: #EF52A3;
}
.AnyTagClassName
{
color: #EF52A3;
}
</style>
background-color css
<style>
a { background-color: #EF52A3; }
a { background-color: rgb(239,82,163); }
div.DivClassName
{
background-color: #EF52A3;
}
.BgClassName
{
background-color: #EF52A3;
}
</style>
border-color css
<style>
span { border-color: #EF52A3; }
span { border-color: rgb(239,82,163); }
td.TdClassName
{
border-color: #EF52A3;
}
.TagClassName
{
border-color: #EF52A3;
}
</style>