Shades of Brilliant Rose #EF63A0
Tints of Brilliant Rose #EF63A0
RGB
CMYK
RGB Variations
Color information
#EF63A0 (or 0xEF63A0) is known color: Brilliant Rose. HEX triplet: EF, 63 and A0. RGB value is (239,99,160). Sum of RGB (Red+Green+Blue) = 239+99+160=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF63A0 is #109C5F. Grayscale: #939393. Windows color (decimal): -1088608 or 10511343. OLE color: 10511343.
HSL color Cylindrical-coordinate representation of color #EF63A0: hue angle of 333.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF63A0 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 160 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.06 |
| HSL | 333.86º | 0.81% | 0.66% | - |
| HSV(B) | 333.86º | 0.59% | 0.94% | - |
| XYZ | 46.4 | 29.81 | 36.57 | - |
| YUV | 147.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 160 | 0 | 0.59 | 0.33 | 0.06 | 333.86 | 0.81 | 0.66 |
| Hex | EF | 63 | A0 | 0 | 3B | 21 | 6 | 14E | 51 | 42 |
| Octal | 357 | 143 | 240 | 0 | 73 | 41 | 6 | 516 | 121 | 102 |
| Binary | 11101111 | 1100011 | 10100000 | 0 | 111011 | 100001 | 110 | 101001110 | 1010001 | 1000010 |
Color Harmonies of #EF63A0
Complementary color
Monochromatic Colors of #EF63A0
Black with #EF63A0
Text Example
Text Example
White with #EF63A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63A0; }
p { color: rgb(239,99,160); }
H1.HeaderClassName
{
color: #EF63A0;
}
.AnyTagClassName
{
color: #EF63A0;
}
</style>
background-color css
<style>
a { background-color: #EF63A0; }
a { background-color: rgb(239,99,160); }
div.DivClassName
{
background-color: #EF63A0;
}
.BgClassName
{
background-color: #EF63A0;
}
</style>
border-color css
<style>
span { border-color: #EF63A0; }
span { border-color: rgb(239,99,160); }
td.TdClassName
{
border-color: #EF63A0;
}
.TagClassName
{
border-color: #EF63A0;
}
</style>