Shades of Brilliant Rose #EF579B
Tints of Brilliant Rose #EF579B
RGB
CMYK
RGB Variations
Color information
#EF579B (or 0xEF579B) is known color: Brilliant Rose. HEX triplet: EF, 57 and 9B. RGB value is (239,87,155). Sum of RGB (Red+Green+Blue) = 239+87+155=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF579B is #10A864. Grayscale: #8C8C8C. Windows color (decimal): -1091685 or 10180591. OLE color: 10180591.
HSL color Cylindrical-coordinate representation of color #EF579B: hue angle of 333.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF579B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 155 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.06 |
| HSL | 333.16º | 0.83% | 0.64% | - |
| HSV(B) | 333.16º | 0.64% | 0.94% | - |
| XYZ | 44.92 | 27.53 | 33.96 | - |
| YUV | 140.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 155 | 0 | 0.64 | 0.35 | 0.06 | 333.16 | 0.83 | 0.64 |
| Hex | EF | 57 | 9B | 0 | 40 | 23 | 6 | 14D | 53 | 40 |
| Octal | 357 | 127 | 233 | 0 | 100 | 43 | 6 | 515 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10011011 | 0 | 1000000 | 100011 | 110 | 101001101 | 1010011 | 1000000 |
Color Harmonies of #EF579B
Complementary color
Monochromatic Colors of #EF579B
Black with #EF579B
Text Example
Text Example
White with #EF579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF579B; }
p { color: rgb(239,87,155); }
H1.HeaderClassName
{
color: #EF579B;
}
.AnyTagClassName
{
color: #EF579B;
}
</style>
background-color css
<style>
a { background-color: #EF579B; }
a { background-color: rgb(239,87,155); }
div.DivClassName
{
background-color: #EF579B;
}
.BgClassName
{
background-color: #EF579B;
}
</style>
border-color css
<style>
span { border-color: #EF579B; }
span { border-color: rgb(239,87,155); }
td.TdClassName
{
border-color: #EF579B;
}
.TagClassName
{
border-color: #EF579B;
}
</style>