Shades of Brilliant Rose #EF55AA
Tints of Brilliant Rose #EF55AA
RGB
CMYK
RGB Variations
Color information
#EF55AA (or 0xEF55AA) is known color: Brilliant Rose. HEX triplet: EF, 55 and AA. RGB value is (239,85,170). Sum of RGB (Red+Green+Blue) = 239+85+170=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF55AA is #10AA55. Grayscale: #8C8C8C. Windows color (decimal): -1092182 or 11163119. OLE color: 11163119.
HSL color Cylindrical-coordinate representation of color #EF55AA: hue angle of 326.88º 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 #EF55AA is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 170 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.06 |
| HSL | 326.88º | 0.83% | 0.64% | - |
| HSV(B) | 326.88º | 0.64% | 0.94% | - |
| XYZ | 46.1 | 27.75 | 40.96 | - |
| YUV | 140.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 170 | 0 | 0.64 | 0.29 | 0.06 | 326.88 | 0.83 | 0.64 |
| Hex | EF | 55 | AA | 0 | 40 | 1D | 6 | 147 | 53 | 40 |
| Octal | 357 | 125 | 252 | 0 | 100 | 35 | 6 | 507 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10101010 | 0 | 1000000 | 11101 | 110 | 101000111 | 1010011 | 1000000 |
Color Harmonies of #EF55AA
Complementary color
Monochromatic Colors of #EF55AA
Black with #EF55AA
Text Example
Text Example
White with #EF55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55AA; }
p { color: rgb(239,85,170); }
H1.HeaderClassName
{
color: #EF55AA;
}
.AnyTagClassName
{
color: #EF55AA;
}
</style>
background-color css
<style>
a { background-color: #EF55AA; }
a { background-color: rgb(239,85,170); }
div.DivClassName
{
background-color: #EF55AA;
}
.BgClassName
{
background-color: #EF55AA;
}
</style>
border-color css
<style>
span { border-color: #EF55AA; }
span { border-color: rgb(239,85,170); }
td.TdClassName
{
border-color: #EF55AA;
}
.TagClassName
{
border-color: #EF55AA;
}
</style>