Shades of Brilliant Rose #EF529D
Tints of Brilliant Rose #EF529D
RGB
CMYK
RGB Variations
Color information
#EF529D (or 0xEF529D) is known color: Brilliant Rose. HEX triplet: EF, 52 and 9D. RGB value is (239,82,157). Sum of RGB (Red+Green+Blue) = 239+82+157=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529D is #10AD62. Grayscale: #898989. Windows color (decimal): -1092963 or 10310383. OLE color: 10310383.
HSL color Cylindrical-coordinate representation of color #EF529D: hue angle of 331.34º 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 #EF529D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 157 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.06 |
| HSL | 331.34º | 0.83% | 0.63% | - |
| HSV(B) | 331.34º | 0.66% | 0.94% | - |
| XYZ | 44.7 | 26.82 | 34.72 | - |
| YUV | 137.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 157 | 0 | 0.66 | 0.34 | 0.06 | 331.34 | 0.83 | 0.63 |
| Hex | EF | 52 | 9D | 0 | 42 | 22 | 6 | 14B | 53 | 3F |
| Octal | 357 | 122 | 235 | 0 | 102 | 42 | 6 | 513 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10011101 | 0 | 1000010 | 100010 | 110 | 101001011 | 1010011 | 111111 |
Color Harmonies of #EF529D
Complementary color
Monochromatic Colors of #EF529D
Black with #EF529D
Text Example
Text Example
White with #EF529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF529D; }
p { color: rgb(239,82,157); }
H1.HeaderClassName
{
color: #EF529D;
}
.AnyTagClassName
{
color: #EF529D;
}
</style>
background-color css
<style>
a { background-color: #EF529D; }
a { background-color: rgb(239,82,157); }
div.DivClassName
{
background-color: #EF529D;
}
.BgClassName
{
background-color: #EF529D;
}
</style>
border-color css
<style>
span { border-color: #EF529D; }
span { border-color: rgb(239,82,157); }
td.TdClassName
{
border-color: #EF529D;
}
.TagClassName
{
border-color: #EF529D;
}
</style>