Shades of Brilliant Rose #EF5AAF
Tints of Brilliant Rose #EF5AAF
RGB
CMYK
RGB Variations
Color information
#EF5AAF (or 0xEF5AAF) is known color: Brilliant Rose. HEX triplet: EF, 5A and AF. RGB value is (239,90,175). Sum of RGB (Red+Green+Blue) = 239+90+175=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AAF is #10A550. Grayscale: #909090. Windows color (decimal): -1090897 or 11492079. OLE color: 11492079.
HSL color Cylindrical-coordinate representation of color #EF5AAF: hue angle of 325.77º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5AAF is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 175 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.06 |
| HSL | 325.77º | 0.82% | 0.65% | - |
| HSV(B) | 325.77º | 0.62% | 0.94% | - |
| XYZ | 46.99 | 28.76 | 43.63 | - |
| YUV | 144.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 175 | 0 | 0.62 | 0.27 | 0.06 | 325.77 | 0.82 | 0.65 |
| Hex | EF | 5A | AF | 0 | 3E | 1B | 6 | 146 | 52 | 41 |
| Octal | 357 | 132 | 257 | 0 | 76 | 33 | 6 | 506 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10101111 | 0 | 111110 | 11011 | 110 | 101000110 | 1010010 | 1000001 |
Color Harmonies of #EF5AAF
Complementary color
Monochromatic Colors of #EF5AAF
Black with #EF5AAF
Text Example
Text Example
White with #EF5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AAF; }
p { color: rgb(239,90,175); }
H1.HeaderClassName
{
color: #EF5AAF;
}
.AnyTagClassName
{
color: #EF5AAF;
}
</style>
background-color css
<style>
a { background-color: #EF5AAF; }
a { background-color: rgb(239,90,175); }
div.DivClassName
{
background-color: #EF5AAF;
}
.BgClassName
{
background-color: #EF5AAF;
}
</style>
border-color css
<style>
span { border-color: #EF5AAF; }
span { border-color: rgb(239,90,175); }
td.TdClassName
{
border-color: #EF5AAF;
}
.TagClassName
{
border-color: #EF5AAF;
}
</style>