Shades of Brilliant Rose #EF459F
Tints of Brilliant Rose #EF459F
RGB
CMYK
RGB Variations
Color information
#EF459F (or 0xEF459F) is known color: Brilliant Rose. HEX triplet: EF, 45 and 9F. RGB value is (239,69,159). Sum of RGB (Red+Green+Blue) = 239+69+159=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF459F is #10BA60. Grayscale: #818181. Windows color (decimal): -1096289 or 10438127. OLE color: 10438127.
HSL color Cylindrical-coordinate representation of color #EF459F: hue angle of 328.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF459F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 159 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.06 |
| HSL | 328.24º | 0.84% | 0.6% | - |
| HSV(B) | 328.24º | 0.71% | 0.94% | - |
| XYZ | 43.98 | 25.11 | 35.33 | - |
| YUV | 130.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 159 | 0 | 0.71 | 0.33 | 0.06 | 328.24 | 0.84 | 0.6 |
| Hex | EF | 45 | 9F | 0 | 47 | 21 | 6 | 148 | 54 | 3C |
| Octal | 357 | 105 | 237 | 0 | 107 | 41 | 6 | 510 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10011111 | 0 | 1000111 | 100001 | 110 | 101001000 | 1010100 | 111100 |
Color Harmonies of #EF459F
Complementary color
Monochromatic Colors of #EF459F
Black with #EF459F
Text Example
Text Example
White with #EF459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF459F; }
p { color: rgb(239,69,159); }
H1.HeaderClassName
{
color: #EF459F;
}
.AnyTagClassName
{
color: #EF459F;
}
</style>
background-color css
<style>
a { background-color: #EF459F; }
a { background-color: rgb(239,69,159); }
div.DivClassName
{
background-color: #EF459F;
}
.BgClassName
{
background-color: #EF459F;
}
</style>
border-color css
<style>
span { border-color: #EF459F; }
span { border-color: rgb(239,69,159); }
td.TdClassName
{
border-color: #EF459F;
}
.TagClassName
{
border-color: #EF459F;
}
</style>