Shades of Brilliant Rose #EF4FB6
Tints of Brilliant Rose #EF4FB6
RGB
CMYK
RGB Variations
Color information
#EF4FB6 (or 0xEF4FB6) is known color: Brilliant Rose. HEX triplet: EF, 4F and B6. RGB value is (239,79,182). Sum of RGB (Red+Green+Blue) = 239+79+182=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FB6 is #10B049. Grayscale: #8A8A8A. Windows color (decimal): -1093706 or 11948015. OLE color: 11948015.
HSL color Cylindrical-coordinate representation of color #EF4FB6: hue angle of 321.38º 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 #EF4FB6 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 182 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.06 |
| HSL | 321.38º | 0.83% | 0.62% | - |
| HSV(B) | 321.38º | 0.67% | 0.94% | - |
| XYZ | 46.84 | 27.32 | 47.06 | - |
| YUV | 138.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 182 | 0 | 0.67 | 0.24 | 0.06 | 321.38 | 0.83 | 0.62 |
| Hex | EF | 4F | B6 | 0 | 43 | 18 | 6 | 141 | 53 | 3E |
| Octal | 357 | 117 | 266 | 0 | 103 | 30 | 6 | 501 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10110110 | 0 | 1000011 | 11000 | 110 | 101000001 | 1010011 | 111110 |
Color Harmonies of #EF4FB6
Complementary color
Monochromatic Colors of #EF4FB6
Black with #EF4FB6
Text Example
Text Example
White with #EF4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FB6; }
p { color: rgb(239,79,182); }
H1.HeaderClassName
{
color: #EF4FB6;
}
.AnyTagClassName
{
color: #EF4FB6;
}
</style>
background-color css
<style>
a { background-color: #EF4FB6; }
a { background-color: rgb(239,79,182); }
div.DivClassName
{
background-color: #EF4FB6;
}
.BgClassName
{
background-color: #EF4FB6;
}
</style>
border-color css
<style>
span { border-color: #EF4FB6; }
span { border-color: rgb(239,79,182); }
td.TdClassName
{
border-color: #EF4FB6;
}
.TagClassName
{
border-color: #EF4FB6;
}
</style>