Shades of Brilliant Rose #EF51AA
Tints of Brilliant Rose #EF51AA
RGB
CMYK
RGB Variations
Color information
#EF51AA (or 0xEF51AA) is known color: Brilliant Rose. HEX triplet: EF, 51 and AA. RGB value is (239,81,170). Sum of RGB (Red+Green+Blue) = 239+81+170=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51AA is #10AE55. Grayscale: #8A8A8A. Windows color (decimal): -1093206 or 11162095. OLE color: 11162095.
HSL color Cylindrical-coordinate representation of color #EF51AA: hue angle of 326.2º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF51AA is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 170 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.06 |
| HSL | 326.2º | 0.83% | 0.63% | - |
| HSV(B) | 326.2º | 0.66% | 0.94% | - |
| XYZ | 45.79 | 27.14 | 40.85 | - |
| YUV | 138.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 170 | 0 | 0.66 | 0.29 | 0.06 | 326.2 | 0.83 | 0.63 |
| Hex | EF | 51 | AA | 0 | 42 | 1D | 6 | 146 | 53 | 3F |
| Octal | 357 | 121 | 252 | 0 | 102 | 35 | 6 | 506 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10101010 | 0 | 1000010 | 11101 | 110 | 101000110 | 1010011 | 111111 |
Color Harmonies of #EF51AA
Complementary color
Monochromatic Colors of #EF51AA
Black with #EF51AA
Text Example
Text Example
White with #EF51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51AA; }
p { color: rgb(239,81,170); }
H1.HeaderClassName
{
color: #EF51AA;
}
.AnyTagClassName
{
color: #EF51AA;
}
</style>
background-color css
<style>
a { background-color: #EF51AA; }
a { background-color: rgb(239,81,170); }
div.DivClassName
{
background-color: #EF51AA;
}
.BgClassName
{
background-color: #EF51AA;
}
</style>
border-color css
<style>
span { border-color: #EF51AA; }
span { border-color: rgb(239,81,170); }
td.TdClassName
{
border-color: #EF51AA;
}
.TagClassName
{
border-color: #EF51AA;
}
</style>