Shades of Brilliant Rose #EF58AF
Tints of Brilliant Rose #EF58AF
RGB
CMYK
RGB Variations
Color information
#EF58AF (or 0xEF58AF) is known color: Brilliant Rose. HEX triplet: EF, 58 and AF. RGB value is (239,88,175). Sum of RGB (Red+Green+Blue) = 239+88+175=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58AF is #10A750. Grayscale: #8E8E8E. Windows color (decimal): -1091409 or 11491567. OLE color: 11491567.
HSL color Cylindrical-coordinate representation of color #EF58AF: hue angle of 325.43º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58AF is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 175 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.06 |
| HSL | 325.43º | 0.83% | 0.64% | - |
| HSV(B) | 325.43º | 0.63% | 0.94% | - |
| XYZ | 46.82 | 28.43 | 43.58 | - |
| YUV | 143.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 175 | 0 | 0.63 | 0.27 | 0.06 | 325.43 | 0.83 | 0.64 |
| Hex | EF | 58 | AF | 0 | 3F | 1B | 6 | 145 | 53 | 40 |
| Octal | 357 | 130 | 257 | 0 | 77 | 33 | 6 | 505 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10101111 | 0 | 111111 | 11011 | 110 | 101000101 | 1010011 | 1000000 |
Color Harmonies of #EF58AF
Complementary color
Monochromatic Colors of #EF58AF
Black with #EF58AF
Text Example
Text Example
White with #EF58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58AF; }
p { color: rgb(239,88,175); }
H1.HeaderClassName
{
color: #EF58AF;
}
.AnyTagClassName
{
color: #EF58AF;
}
</style>
background-color css
<style>
a { background-color: #EF58AF; }
a { background-color: rgb(239,88,175); }
div.DivClassName
{
background-color: #EF58AF;
}
.BgClassName
{
background-color: #EF58AF;
}
</style>
border-color css
<style>
span { border-color: #EF58AF; }
span { border-color: rgb(239,88,175); }
td.TdClassName
{
border-color: #EF58AF;
}
.TagClassName
{
border-color: #EF58AF;
}
</style>