Shades of Brilliant Rose #EF53A2
Tints of Brilliant Rose #EF53A2
RGB
CMYK
RGB Variations
Color information
#EF53A2 (or 0xEF53A2) is known color: Brilliant Rose. HEX triplet: EF, 53 and A2. RGB value is (239,83,162). Sum of RGB (Red+Green+Blue) = 239+83+162=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF53A2 is #10AC5D. Grayscale: #8A8A8A. Windows color (decimal): -1092702 or 10638319. OLE color: 10638319.
HSL color Cylindrical-coordinate representation of color #EF53A2: hue angle of 329.62º 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 #EF53A2 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 162 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.06 |
| HSL | 329.62º | 0.83% | 0.63% | - |
| HSV(B) | 329.62º | 0.65% | 0.94% | - |
| XYZ | 45.21 | 27.15 | 37.04 | - |
| YUV | 138.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 162 | 0 | 0.65 | 0.32 | 0.06 | 329.62 | 0.83 | 0.63 |
| Hex | EF | 53 | A2 | 0 | 41 | 20 | 6 | 14A | 53 | 3F |
| Octal | 357 | 123 | 242 | 0 | 101 | 40 | 6 | 512 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10100010 | 0 | 1000001 | 100000 | 110 | 101001010 | 1010011 | 111111 |
Color Harmonies of #EF53A2
Complementary color
Monochromatic Colors of #EF53A2
Black with #EF53A2
Text Example
Text Example
White with #EF53A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53A2; }
p { color: rgb(239,83,162); }
H1.HeaderClassName
{
color: #EF53A2;
}
.AnyTagClassName
{
color: #EF53A2;
}
</style>
background-color css
<style>
a { background-color: #EF53A2; }
a { background-color: rgb(239,83,162); }
div.DivClassName
{
background-color: #EF53A2;
}
.BgClassName
{
background-color: #EF53A2;
}
</style>
border-color css
<style>
span { border-color: #EF53A2; }
span { border-color: rgb(239,83,162); }
td.TdClassName
{
border-color: #EF53A2;
}
.TagClassName
{
border-color: #EF53A2;
}
</style>