Shades of Brilliant Rose #EF529F
Tints of Brilliant Rose #EF529F
RGB
CMYK
RGB Variations
Color information
#EF529F (or 0xEF529F) is known color: Brilliant Rose. HEX triplet: EF, 52 and 9F. RGB value is (239,82,159). Sum of RGB (Red+Green+Blue) = 239+82+159=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529F is #10AD60. Grayscale: #898989. Windows color (decimal): -1092961 or 10441455. OLE color: 10441455.
HSL color Cylindrical-coordinate representation of color #EF529F: hue angle of 330.57º 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 #EF529F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 159 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.06 |
| HSL | 330.57º | 0.83% | 0.63% | - |
| HSV(B) | 330.57º | 0.66% | 0.94% | - |
| XYZ | 44.87 | 26.89 | 35.63 | - |
| YUV | 137.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 159 | 0 | 0.66 | 0.33 | 0.06 | 330.57 | 0.83 | 0.63 |
| Hex | EF | 52 | 9F | 0 | 42 | 21 | 6 | 14B | 53 | 3F |
| Octal | 357 | 122 | 237 | 0 | 102 | 41 | 6 | 513 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10011111 | 0 | 1000010 | 100001 | 110 | 101001011 | 1010011 | 111111 |
Color Harmonies of #EF529F
Complementary color
Monochromatic Colors of #EF529F
Black with #EF529F
Text Example
Text Example
White with #EF529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF529F; }
p { color: rgb(239,82,159); }
H1.HeaderClassName
{
color: #EF529F;
}
.AnyTagClassName
{
color: #EF529F;
}
</style>
background-color css
<style>
a { background-color: #EF529F; }
a { background-color: rgb(239,82,159); }
div.DivClassName
{
background-color: #EF529F;
}
.BgClassName
{
background-color: #EF529F;
}
</style>
border-color css
<style>
span { border-color: #EF529F; }
span { border-color: rgb(239,82,159); }
td.TdClassName
{
border-color: #EF529F;
}
.TagClassName
{
border-color: #EF529F;
}
</style>