Shades of Brilliant Rose #EF4DAC
Tints of Brilliant Rose #EF4DAC
RGB
CMYK
RGB Variations
Color information
#EF4DAC (or 0xEF4DAC) is known color: Brilliant Rose. HEX triplet: EF, 4D and AC. RGB value is (239,77,172). Sum of RGB (Red+Green+Blue) = 239+77+172=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4DAC is #10B253. Grayscale: #888888. Windows color (decimal): -1094228 or 11292143. OLE color: 11292143.
HSL color Cylindrical-coordinate representation of color #EF4DAC: hue angle of 324.81º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DAC is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 172 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.06 |
| HSL | 324.81º | 0.84% | 0.62% | - |
| HSV(B) | 324.81º | 0.68% | 0.94% | - |
| XYZ | 45.7 | 26.64 | 41.76 | - |
| YUV | 136.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 172 | 0 | 0.68 | 0.28 | 0.06 | 324.81 | 0.84 | 0.62 |
| Hex | EF | 4D | AC | 0 | 44 | 1C | 6 | 145 | 54 | 3E |
| Octal | 357 | 115 | 254 | 0 | 104 | 34 | 6 | 505 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10101100 | 0 | 1000100 | 11100 | 110 | 101000101 | 1010100 | 111110 |
Color Harmonies of #EF4DAC
Complementary color
Monochromatic Colors of #EF4DAC
Black with #EF4DAC
Text Example
Text Example
White with #EF4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DAC; }
p { color: rgb(239,77,172); }
H1.HeaderClassName
{
color: #EF4DAC;
}
.AnyTagClassName
{
color: #EF4DAC;
}
</style>
background-color css
<style>
a { background-color: #EF4DAC; }
a { background-color: rgb(239,77,172); }
div.DivClassName
{
background-color: #EF4DAC;
}
.BgClassName
{
background-color: #EF4DAC;
}
</style>
border-color css
<style>
span { border-color: #EF4DAC; }
span { border-color: rgb(239,77,172); }
td.TdClassName
{
border-color: #EF4DAC;
}
.TagClassName
{
border-color: #EF4DAC;
}
</style>