Shades of Brilliant Rose #EF4FAC
Tints of Brilliant Rose #EF4FAC
RGB
CMYK
RGB Variations
Color information
#EF4FAC (or 0xEF4FAC) is known color: Brilliant Rose. HEX triplet: EF, 4F and AC. RGB value is (239,79,172). Sum of RGB (Red+Green+Blue) = 239+79+172=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4FAC is #10B053. Grayscale: #898989. Windows color (decimal): -1093716 or 11292655. OLE color: 11292655.
HSL color Cylindrical-coordinate representation of color #EF4FAC: hue angle of 325.12º 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 #EF4FAC is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 172 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.06 |
| HSL | 325.13º | 0.83% | 0.62% | - |
| HSV(B) | 325.13º | 0.67% | 0.94% | - |
| XYZ | 45.84 | 26.92 | 41.81 | - |
| YUV | 137.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 172 | 0 | 0.67 | 0.28 | 0.06 | 325.13 | 0.83 | 0.62 |
| Hex | EF | 4F | AC | 0 | 43 | 1C | 6 | 145 | 53 | 3E |
| Octal | 357 | 117 | 254 | 0 | 103 | 34 | 6 | 505 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10101100 | 0 | 1000011 | 11100 | 110 | 101000101 | 1010011 | 111110 |
Color Harmonies of #EF4FAC
Complementary color
Monochromatic Colors of #EF4FAC
Black with #EF4FAC
Text Example
Text Example
White with #EF4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FAC; }
p { color: rgb(239,79,172); }
H1.HeaderClassName
{
color: #EF4FAC;
}
.AnyTagClassName
{
color: #EF4FAC;
}
</style>
background-color css
<style>
a { background-color: #EF4FAC; }
a { background-color: rgb(239,79,172); }
div.DivClassName
{
background-color: #EF4FAC;
}
.BgClassName
{
background-color: #EF4FAC;
}
</style>
border-color css
<style>
span { border-color: #EF4FAC; }
span { border-color: rgb(239,79,172); }
td.TdClassName
{
border-color: #EF4FAC;
}
.TagClassName
{
border-color: #EF4FAC;
}
</style>