Shades of Brilliant Rose #EF53AD
Tints of Brilliant Rose #EF53AD
RGB
CMYK
RGB Variations
Color information
#EF53AD (or 0xEF53AD) is known color: Brilliant Rose. HEX triplet: EF, 53 and AD. RGB value is (239,83,173). Sum of RGB (Red+Green+Blue) = 239+83+173=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53AD is #10AC52. Grayscale: #8B8B8B. Windows color (decimal): -1092691 or 11359215. OLE color: 11359215.
HSL color Cylindrical-coordinate representation of color #EF53AD: hue angle of 325.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF53AD is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 173 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.06 |
| HSL | 325.38º | 0.83% | 0.63% | - |
| HSV(B) | 325.38º | 0.65% | 0.94% | - |
| XYZ | 46.23 | 27.55 | 42.42 | - |
| YUV | 139.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 173 | 0 | 0.65 | 0.28 | 0.06 | 325.38 | 0.83 | 0.63 |
| Hex | EF | 53 | AD | 0 | 41 | 1C | 6 | 145 | 53 | 3F |
| Octal | 357 | 123 | 255 | 0 | 101 | 34 | 6 | 505 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10101101 | 0 | 1000001 | 11100 | 110 | 101000101 | 1010011 | 111111 |
Color Harmonies of #EF53AD
Complementary color
Monochromatic Colors of #EF53AD
Black with #EF53AD
Text Example
Text Example
White with #EF53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53AD; }
p { color: rgb(239,83,173); }
H1.HeaderClassName
{
color: #EF53AD;
}
.AnyTagClassName
{
color: #EF53AD;
}
</style>
background-color css
<style>
a { background-color: #EF53AD; }
a { background-color: rgb(239,83,173); }
div.DivClassName
{
background-color: #EF53AD;
}
.BgClassName
{
background-color: #EF53AD;
}
</style>
border-color css
<style>
span { border-color: #EF53AD; }
span { border-color: rgb(239,83,173); }
td.TdClassName
{
border-color: #EF53AD;
}
.TagClassName
{
border-color: #EF53AD;
}
</style>