Shades of Brilliant Rose #EF4A9F
Tints of Brilliant Rose #EF4A9F
RGB
CMYK
RGB Variations
Color information
#EF4A9F (or 0xEF4A9F) is known color: Brilliant Rose. HEX triplet: EF, 4A and 9F. RGB value is (239,74,159). Sum of RGB (Red+Green+Blue) = 239+74+159=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4A9F is #10B560. Grayscale: #848484. Windows color (decimal): -1095009 or 10439407. OLE color: 10439407.
HSL color Cylindrical-coordinate representation of color #EF4A9F: hue angle of 329.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4A9F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 159 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.06 |
| HSL | 329.09º | 0.84% | 0.61% | - |
| HSV(B) | 329.09º | 0.69% | 0.94% | - |
| XYZ | 44.3 | 25.75 | 35.44 | - |
| YUV | 133.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 159 | 0 | 0.69 | 0.33 | 0.06 | 329.09 | 0.84 | 0.61 |
| Hex | EF | 4A | 9F | 0 | 45 | 21 | 6 | 149 | 54 | 3D |
| Octal | 357 | 112 | 237 | 0 | 105 | 41 | 6 | 511 | 124 | 75 |
| Binary | 11101111 | 1001010 | 10011111 | 0 | 1000101 | 100001 | 110 | 101001001 | 1010100 | 111101 |
Color Harmonies of #EF4A9F
Complementary color
Monochromatic Colors of #EF4A9F
Black with #EF4A9F
Text Example
Text Example
White with #EF4A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A9F; }
p { color: rgb(239,74,159); }
H1.HeaderClassName
{
color: #EF4A9F;
}
.AnyTagClassName
{
color: #EF4A9F;
}
</style>
background-color css
<style>
a { background-color: #EF4A9F; }
a { background-color: rgb(239,74,159); }
div.DivClassName
{
background-color: #EF4A9F;
}
.BgClassName
{
background-color: #EF4A9F;
}
</style>
border-color css
<style>
span { border-color: #EF4A9F; }
span { border-color: rgb(239,74,159); }
td.TdClassName
{
border-color: #EF4A9F;
}
.TagClassName
{
border-color: #EF4A9F;
}
</style>