Shades of Brilliant Rose #EF53B0
Tints of Brilliant Rose #EF53B0
RGB
CMYK
RGB Variations
Color information
#EF53B0 (or 0xEF53B0) is known color: Brilliant Rose. HEX triplet: EF, 53 and B0. RGB value is (239,83,176). Sum of RGB (Red+Green+Blue) = 239+83+176=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53B0 is #10AC4F. Grayscale: #8C8C8C. Windows color (decimal): -1092688 or 11555823. OLE color: 11555823.
HSL color Cylindrical-coordinate representation of color #EF53B0: hue angle of 324.23º 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 #EF53B0 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 176 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.06 |
| HSL | 324.23º | 0.83% | 0.63% | - |
| HSV(B) | 324.23º | 0.65% | 0.94% | - |
| XYZ | 46.53 | 27.67 | 43.96 | - |
| YUV | 140.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 176 | 0 | 0.65 | 0.26 | 0.06 | 324.23 | 0.83 | 0.63 |
| Hex | EF | 53 | B0 | 0 | 41 | 1A | 6 | 144 | 53 | 3F |
| Octal | 357 | 123 | 260 | 0 | 101 | 32 | 6 | 504 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10110000 | 0 | 1000001 | 11010 | 110 | 101000100 | 1010011 | 111111 |
Color Harmonies of #EF53B0
Complementary color
Monochromatic Colors of #EF53B0
Black with #EF53B0
Text Example
Text Example
White with #EF53B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53B0; }
p { color: rgb(239,83,176); }
H1.HeaderClassName
{
color: #EF53B0;
}
.AnyTagClassName
{
color: #EF53B0;
}
</style>
background-color css
<style>
a { background-color: #EF53B0; }
a { background-color: rgb(239,83,176); }
div.DivClassName
{
background-color: #EF53B0;
}
.BgClassName
{
background-color: #EF53B0;
}
</style>
border-color css
<style>
span { border-color: #EF53B0; }
span { border-color: rgb(239,83,176); }
td.TdClassName
{
border-color: #EF53B0;
}
.TagClassName
{
border-color: #EF53B0;
}
</style>