Shades of Brilliant Rose #EF55A3
Tints of Brilliant Rose #EF55A3
RGB
CMYK
RGB Variations
Color information
#EF55A3 (or 0xEF55A3) is known color: Brilliant Rose. HEX triplet: EF, 55 and A3. RGB value is (239,85,163). Sum of RGB (Red+Green+Blue) = 239+85+163=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF55A3 is #10AA5C. Grayscale: #8B8B8B. Windows color (decimal): -1092189 or 10704367. OLE color: 10704367.
HSL color Cylindrical-coordinate representation of color #EF55A3: hue angle of 329.61º 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 #EF55A3 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 163 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.06 |
| HSL | 329.61º | 0.83% | 0.64% | - |
| HSV(B) | 329.61º | 0.64% | 0.94% | - |
| XYZ | 45.46 | 27.49 | 37.56 | - |
| YUV | 139.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 163 | 0 | 0.64 | 0.32 | 0.06 | 329.61 | 0.83 | 0.64 |
| Hex | EF | 55 | A3 | 0 | 40 | 20 | 6 | 14A | 53 | 40 |
| Octal | 357 | 125 | 243 | 0 | 100 | 40 | 6 | 512 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10100011 | 0 | 1000000 | 100000 | 110 | 101001010 | 1010011 | 1000000 |
Color Harmonies of #EF55A3
Complementary color
Monochromatic Colors of #EF55A3
Black with #EF55A3
Text Example
Text Example
White with #EF55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55A3; }
p { color: rgb(239,85,163); }
H1.HeaderClassName
{
color: #EF55A3;
}
.AnyTagClassName
{
color: #EF55A3;
}
</style>
background-color css
<style>
a { background-color: #EF55A3; }
a { background-color: rgb(239,85,163); }
div.DivClassName
{
background-color: #EF55A3;
}
.BgClassName
{
background-color: #EF55A3;
}
</style>
border-color css
<style>
span { border-color: #EF55A3; }
span { border-color: rgb(239,85,163); }
td.TdClassName
{
border-color: #EF55A3;
}
.TagClassName
{
border-color: #EF55A3;
}
</style>