Shades of Brilliant Rose #EF61A1
Tints of Brilliant Rose #EF61A1
RGB
CMYK
RGB Variations
Color information
#EF61A1 (or 0xEF61A1) is known color: Brilliant Rose. HEX triplet: EF, 61 and A1. RGB value is (239,97,161). Sum of RGB (Red+Green+Blue) = 239+97+161=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF61A1 is #109E5E. Grayscale: #929292. Windows color (decimal): -1089119 or 10576367. OLE color: 10576367.
HSL color Cylindrical-coordinate representation of color #EF61A1: hue angle of 332.96º 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 #EF61A1 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 161 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.06 |
| HSL | 332.96º | 0.82% | 0.66% | - |
| HSV(B) | 332.96º | 0.59% | 0.94% | - |
| XYZ | 46.3 | 29.47 | 36.97 | - |
| YUV | 146.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 161 | 0 | 0.59 | 0.33 | 0.06 | 332.96 | 0.82 | 0.66 |
| Hex | EF | 61 | A1 | 0 | 3B | 21 | 6 | 14D | 52 | 42 |
| Octal | 357 | 141 | 241 | 0 | 73 | 41 | 6 | 515 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10100001 | 0 | 111011 | 100001 | 110 | 101001101 | 1010010 | 1000010 |
Color Harmonies of #EF61A1
Complementary color
Monochromatic Colors of #EF61A1
Black with #EF61A1
Text Example
Text Example
White with #EF61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61A1; }
p { color: rgb(239,97,161); }
H1.HeaderClassName
{
color: #EF61A1;
}
.AnyTagClassName
{
color: #EF61A1;
}
</style>
background-color css
<style>
a { background-color: #EF61A1; }
a { background-color: rgb(239,97,161); }
div.DivClassName
{
background-color: #EF61A1;
}
.BgClassName
{
background-color: #EF61A1;
}
</style>
border-color css
<style>
span { border-color: #EF61A1; }
span { border-color: rgb(239,97,161); }
td.TdClassName
{
border-color: #EF61A1;
}
.TagClassName
{
border-color: #EF61A1;
}
</style>