Shades of Brilliant Rose #EF529B
Tints of Brilliant Rose #EF529B
RGB
CMYK
RGB Variations
Color information
#EF529B (or 0xEF529B) is known color: Brilliant Rose. HEX triplet: EF, 52 and 9B. RGB value is (239,82,155). Sum of RGB (Red+Green+Blue) = 239+82+155=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF529B is #10AD64. Grayscale: #898989. Windows color (decimal): -1092965 or 10179311. OLE color: 10179311.
HSL color Cylindrical-coordinate representation of color #EF529B: hue angle of 332.1º 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 #EF529B is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 155 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.06 |
| HSL | 332.1º | 0.83% | 0.63% | - |
| HSV(B) | 332.1º | 0.66% | 0.94% | - |
| XYZ | 44.53 | 26.75 | 33.83 | - |
| YUV | 137.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 155 | 0 | 0.66 | 0.35 | 0.06 | 332.1 | 0.83 | 0.63 |
| Hex | EF | 52 | 9B | 0 | 42 | 23 | 6 | 14C | 53 | 3F |
| Octal | 357 | 122 | 233 | 0 | 102 | 43 | 6 | 514 | 123 | 77 |
| Binary | 11101111 | 1010010 | 10011011 | 0 | 1000010 | 100011 | 110 | 101001100 | 1010011 | 111111 |
Color Harmonies of #EF529B
Complementary color
Monochromatic Colors of #EF529B
Black with #EF529B
Text Example
Text Example
White with #EF529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF529B; }
p { color: rgb(239,82,155); }
H1.HeaderClassName
{
color: #EF529B;
}
.AnyTagClassName
{
color: #EF529B;
}
</style>
background-color css
<style>
a { background-color: #EF529B; }
a { background-color: rgb(239,82,155); }
div.DivClassName
{
background-color: #EF529B;
}
.BgClassName
{
background-color: #EF529B;
}
</style>
border-color css
<style>
span { border-color: #EF529B; }
span { border-color: rgb(239,82,155); }
td.TdClassName
{
border-color: #EF529B;
}
.TagClassName
{
border-color: #EF529B;
}
</style>