Shades of Brilliant Rose #EF61A8
Tints of Brilliant Rose #EF61A8
RGB
CMYK
RGB Variations
Color information
#EF61A8 (or 0xEF61A8) is known color: Brilliant Rose. HEX triplet: EF, 61 and A8. RGB value is (239,97,168). Sum of RGB (Red+Green+Blue) = 239+97+168=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF61A8 is #109E57. Grayscale: #939393. Windows color (decimal): -1089112 or 11035119. OLE color: 11035119.
HSL color Cylindrical-coordinate representation of color #EF61A8: hue angle of 330º degrees, saturation: 0.82, 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 #EF61A8 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 168 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.06 |
| HSL | 330º | 0.82% | 0.66% | - |
| HSV(B) | 330º | 0.59% | 0.94% | - |
| XYZ | 46.94 | 29.73 | 40.31 | - |
| YUV | 147.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 168 | 0 | 0.59 | 0.30 | 0.06 | 330 | 0.82 | 0.66 |
| Hex | EF | 61 | A8 | 0 | 3B | 1E | 6 | 14A | 52 | 42 |
| Octal | 357 | 141 | 250 | 0 | 73 | 36 | 6 | 512 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10101000 | 0 | 111011 | 11110 | 110 | 101001010 | 1010010 | 1000010 |
Color Harmonies of #EF61A8
Complementary color
Monochromatic Colors of #EF61A8
Black with #EF61A8
Text Example
Text Example
White with #EF61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61A8; }
p { color: rgb(239,97,168); }
H1.HeaderClassName
{
color: #EF61A8;
}
.AnyTagClassName
{
color: #EF61A8;
}
</style>
background-color css
<style>
a { background-color: #EF61A8; }
a { background-color: rgb(239,97,168); }
div.DivClassName
{
background-color: #EF61A8;
}
.BgClassName
{
background-color: #EF61A8;
}
</style>
border-color css
<style>
span { border-color: #EF61A8; }
span { border-color: rgb(239,97,168); }
td.TdClassName
{
border-color: #EF61A8;
}
.TagClassName
{
border-color: #EF61A8;
}
</style>