Shades of Brilliant Rose #EF41B1
Tints of Brilliant Rose #EF41B1
RGB
CMYK
RGB Variations
Color information
#EF41B1 (or 0xEF41B1) is known color: Brilliant Rose. HEX triplet: EF, 41 and B1. RGB value is (239,65,177). Sum of RGB (Red+Green+Blue) = 239+65+177=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF41B1 is #10BE4E. Grayscale: #818181. Windows color (decimal): -1097295 or 11616751. OLE color: 11616751.
HSL color Cylindrical-coordinate representation of color #EF41B1: hue angle of 321.38º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41B1 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 177 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.06 |
| HSL | 321.38º | 0.84% | 0.6% | - |
| HSV(B) | 321.38º | 0.73% | 0.94% | - |
| XYZ | 45.42 | 25.31 | 44.09 | - |
| YUV | 129.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 177 | 0 | 0.73 | 0.26 | 0.06 | 321.38 | 0.84 | 0.6 |
| Hex | EF | 41 | B1 | 0 | 49 | 1A | 6 | 141 | 54 | 3C |
| Octal | 357 | 101 | 261 | 0 | 111 | 32 | 6 | 501 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10110001 | 0 | 1001001 | 11010 | 110 | 101000001 | 1010100 | 111100 |
Color Harmonies of #EF41B1
Complementary color
Monochromatic Colors of #EF41B1
Black with #EF41B1
Text Example
Text Example
White with #EF41B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41B1; }
p { color: rgb(239,65,177); }
H1.HeaderClassName
{
color: #EF41B1;
}
.AnyTagClassName
{
color: #EF41B1;
}
</style>
background-color css
<style>
a { background-color: #EF41B1; }
a { background-color: rgb(239,65,177); }
div.DivClassName
{
background-color: #EF41B1;
}
.BgClassName
{
background-color: #EF41B1;
}
</style>
border-color css
<style>
span { border-color: #EF41B1; }
span { border-color: rgb(239,65,177); }
td.TdClassName
{
border-color: #EF41B1;
}
.TagClassName
{
border-color: #EF41B1;
}
</style>