Shades of Brilliant Rose #EF53A1
Tints of Brilliant Rose #EF53A1
RGB
CMYK
RGB Variations
Color information
#EF53A1 (or 0xEF53A1) is known color: Brilliant Rose. HEX triplet: EF, 53 and A1. RGB value is (239,83,161). Sum of RGB (Red+Green+Blue) = 239+83+161=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53A1 is #10AC5E. Grayscale: #8A8A8A. Windows color (decimal): -1092703 or 10572783. OLE color: 10572783.
HSL color Cylindrical-coordinate representation of color #EF53A1: hue angle of 330º 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 #EF53A1 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 161 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.06 |
| HSL | 330º | 0.83% | 0.63% | - |
| HSV(B) | 330º | 0.65% | 0.94% | - |
| XYZ | 45.12 | 27.11 | 36.57 | - |
| YUV | 138.54 | 140.68 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 161 | 0 | 0.65 | 0.33 | 0.06 | 330 | 0.83 | 0.63 |
| Hex | EF | 53 | A1 | 0 | 41 | 21 | 6 | 14A | 53 | 3F |
| Octal | 357 | 123 | 241 | 0 | 101 | 41 | 6 | 512 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10100001 | 0 | 1000001 | 100001 | 110 | 101001010 | 1010011 | 111111 |
Color Harmonies of #EF53A1
Complementary color
Monochromatic Colors of #EF53A1
Black with #EF53A1
Text Example
Text Example
White with #EF53A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53A1; }
p { color: rgb(239,83,161); }
H1.HeaderClassName
{
color: #EF53A1;
}
.AnyTagClassName
{
color: #EF53A1;
}
</style>
background-color css
<style>
a { background-color: #EF53A1; }
a { background-color: rgb(239,83,161); }
div.DivClassName
{
background-color: #EF53A1;
}
.BgClassName
{
background-color: #EF53A1;
}
</style>
border-color css
<style>
span { border-color: #EF53A1; }
span { border-color: rgb(239,83,161); }
td.TdClassName
{
border-color: #EF53A1;
}
.TagClassName
{
border-color: #EF53A1;
}
</style>