Shades of Brilliant Rose #EF569F
Tints of Brilliant Rose #EF569F
RGB
CMYK
RGB Variations
Color information
#EF569F (or 0xEF569F) is known color: Brilliant Rose. HEX triplet: EF, 56 and 9F. RGB value is (239,86,159). Sum of RGB (Red+Green+Blue) = 239+86+159=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF569F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF569F is #10A960. Grayscale: #8B8B8B. Windows color (decimal): -1091937 or 10442479. OLE color: 10442479.
HSL color Cylindrical-coordinate representation of color #EF569F: hue angle of 331.37º 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 #EF569F is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 159 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.06 |
| HSL | 331.37º | 0.83% | 0.64% | - |
| HSV(B) | 331.37º | 0.64% | 0.94% | - |
| XYZ | 45.18 | 27.51 | 35.73 | - |
| YUV | 140.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 159 | 0 | 0.64 | 0.33 | 0.06 | 331.37 | 0.83 | 0.64 |
| Hex | EF | 56 | 9F | 0 | 40 | 21 | 6 | 14B | 53 | 40 |
| Octal | 357 | 126 | 237 | 0 | 100 | 41 | 6 | 513 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10011111 | 0 | 1000000 | 100001 | 110 | 101001011 | 1010011 | 1000000 |
Color Harmonies of #EF569F
Complementary color
Monochromatic Colors of #EF569F
Black with #EF569F
Text Example
Text Example
White with #EF569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF569F; }
p { color: rgb(239,86,159); }
H1.HeaderClassName
{
color: #EF569F;
}
.AnyTagClassName
{
color: #EF569F;
}
</style>
background-color css
<style>
a { background-color: #EF569F; }
a { background-color: rgb(239,86,159); }
div.DivClassName
{
background-color: #EF569F;
}
.BgClassName
{
background-color: #EF569F;
}
</style>
border-color css
<style>
span { border-color: #EF569F; }
span { border-color: rgb(239,86,159); }
td.TdClassName
{
border-color: #EF569F;
}
.TagClassName
{
border-color: #EF569F;
}
</style>