Shades of Brilliant Rose #EF55A0
Tints of Brilliant Rose #EF55A0
RGB
CMYK
RGB Variations
Color information
#EF55A0 (or 0xEF55A0) is known color: Brilliant Rose. HEX triplet: EF, 55 and A0. RGB value is (239,85,160). Sum of RGB (Red+Green+Blue) = 239+85+160=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF55A0 is #10AA5F. Grayscale: #8B8B8B. Windows color (decimal): -1092192 or 10507759. OLE color: 10507759.
HSL color Cylindrical-coordinate representation of color #EF55A0: hue angle of 330.78º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55A0 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 160 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.06 |
| HSL | 330.78º | 0.83% | 0.64% | - |
| HSV(B) | 330.78º | 0.64% | 0.94% | - |
| XYZ | 45.19 | 27.39 | 36.16 | - |
| YUV | 139.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 160 | 0 | 0.64 | 0.33 | 0.06 | 330.78 | 0.83 | 0.64 |
| Hex | EF | 55 | A0 | 0 | 40 | 21 | 6 | 14B | 53 | 40 |
| Octal | 357 | 125 | 240 | 0 | 100 | 41 | 6 | 513 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10100000 | 0 | 1000000 | 100001 | 110 | 101001011 | 1010011 | 1000000 |
Color Harmonies of #EF55A0
Complementary color
Monochromatic Colors of #EF55A0
Black with #EF55A0
Text Example
Text Example
White with #EF55A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55A0; }
p { color: rgb(239,85,160); }
H1.HeaderClassName
{
color: #EF55A0;
}
.AnyTagClassName
{
color: #EF55A0;
}
</style>
background-color css
<style>
a { background-color: #EF55A0; }
a { background-color: rgb(239,85,160); }
div.DivClassName
{
background-color: #EF55A0;
}
.BgClassName
{
background-color: #EF55A0;
}
</style>
border-color css
<style>
span { border-color: #EF55A0; }
span { border-color: rgb(239,85,160); }
td.TdClassName
{
border-color: #EF55A0;
}
.TagClassName
{
border-color: #EF55A0;
}
</style>