Shades of Brilliant Rose #EF51AD
Tints of Brilliant Rose #EF51AD
RGB
CMYK
RGB Variations
Color information
#EF51AD (or 0xEF51AD) is known color: Brilliant Rose. HEX triplet: EF, 51 and AD. RGB value is (239,81,173). Sum of RGB (Red+Green+Blue) = 239+81+173=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51AD is #10AE52. Grayscale: #8A8A8A. Windows color (decimal): -1093203 or 11358703. OLE color: 11358703.
HSL color Cylindrical-coordinate representation of color #EF51AD: hue angle of 325.06º 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 #EF51AD is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 173 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.06 |
| HSL | 325.06º | 0.83% | 0.63% | - |
| HSV(B) | 325.06º | 0.66% | 0.94% | - |
| XYZ | 46.08 | 27.25 | 42.37 | - |
| YUV | 138.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 173 | 0 | 0.66 | 0.28 | 0.06 | 325.06 | 0.83 | 0.63 |
| Hex | EF | 51 | AD | 0 | 42 | 1C | 6 | 145 | 53 | 3F |
| Octal | 357 | 121 | 255 | 0 | 102 | 34 | 6 | 505 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10101101 | 0 | 1000010 | 11100 | 110 | 101000101 | 1010011 | 111111 |
Color Harmonies of #EF51AD
Complementary color
Monochromatic Colors of #EF51AD
Black with #EF51AD
Text Example
Text Example
White with #EF51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51AD; }
p { color: rgb(239,81,173); }
H1.HeaderClassName
{
color: #EF51AD;
}
.AnyTagClassName
{
color: #EF51AD;
}
</style>
background-color css
<style>
a { background-color: #EF51AD; }
a { background-color: rgb(239,81,173); }
div.DivClassName
{
background-color: #EF51AD;
}
.BgClassName
{
background-color: #EF51AD;
}
</style>
border-color css
<style>
span { border-color: #EF51AD; }
span { border-color: rgb(239,81,173); }
td.TdClassName
{
border-color: #EF51AD;
}
.TagClassName
{
border-color: #EF51AD;
}
</style>