Shades of Brilliant Rose #EF4FB1
Tints of Brilliant Rose #EF4FB1
RGB
CMYK
RGB Variations
Color information
#EF4FB1 (or 0xEF4FB1) is known color: Brilliant Rose. HEX triplet: EF, 4F and B1. RGB value is (239,79,177). Sum of RGB (Red+Green+Blue) = 239+79+177=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FB1 is #10B04E. Grayscale: #898989. Windows color (decimal): -1093711 or 11620335. OLE color: 11620335.
HSL color Cylindrical-coordinate representation of color #EF4FB1: hue angle of 323.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FB1 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 177 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.06 |
| HSL | 323.25º | 0.83% | 0.62% | - |
| HSV(B) | 323.25º | 0.67% | 0.94% | - |
| XYZ | 46.33 | 27.12 | 44.39 | - |
| YUV | 138.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 177 | 0 | 0.67 | 0.26 | 0.06 | 323.25 | 0.83 | 0.62 |
| Hex | EF | 4F | B1 | 0 | 43 | 1A | 6 | 143 | 53 | 3E |
| Octal | 357 | 117 | 261 | 0 | 103 | 32 | 6 | 503 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10110001 | 0 | 1000011 | 11010 | 110 | 101000011 | 1010011 | 111110 |
Color Harmonies of #EF4FB1
Complementary color
Monochromatic Colors of #EF4FB1
Black with #EF4FB1
Text Example
Text Example
White with #EF4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FB1; }
p { color: rgb(239,79,177); }
H1.HeaderClassName
{
color: #EF4FB1;
}
.AnyTagClassName
{
color: #EF4FB1;
}
</style>
background-color css
<style>
a { background-color: #EF4FB1; }
a { background-color: rgb(239,79,177); }
div.DivClassName
{
background-color: #EF4FB1;
}
.BgClassName
{
background-color: #EF4FB1;
}
</style>
border-color css
<style>
span { border-color: #EF4FB1; }
span { border-color: rgb(239,79,177); }
td.TdClassName
{
border-color: #EF4FB1;
}
.TagClassName
{
border-color: #EF4FB1;
}
</style>