Shades of Brilliant Rose #EF479F
Tints of Brilliant Rose #EF479F
RGB
CMYK
RGB Variations
Color information
#EF479F (or 0xEF479F) is known color: Brilliant Rose. HEX triplet: EF, 47 and 9F. RGB value is (239,71,159). Sum of RGB (Red+Green+Blue) = 239+71+159=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF479F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF479F is #10B860. Grayscale: #838383. Windows color (decimal): -1095777 or 10438639. OLE color: 10438639.
HSL color Cylindrical-coordinate representation of color #EF479F: hue angle of 328.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF479F is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 159 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.06 |
| HSL | 328.57º | 0.84% | 0.61% | - |
| HSV(B) | 328.57º | 0.7% | 0.94% | - |
| XYZ | 44.11 | 25.36 | 35.37 | - |
| YUV | 131.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 159 | 0 | 0.70 | 0.33 | 0.06 | 328.57 | 0.84 | 0.61 |
| Hex | EF | 47 | 9F | 0 | 46 | 21 | 6 | 149 | 54 | 3D |
| Octal | 357 | 107 | 237 | 0 | 106 | 41 | 6 | 511 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10011111 | 0 | 1000110 | 100001 | 110 | 101001001 | 1010100 | 111101 |
Color Harmonies of #EF479F
Complementary color
Monochromatic Colors of #EF479F
Black with #EF479F
Text Example
Text Example
White with #EF479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF479F; }
p { color: rgb(239,71,159); }
H1.HeaderClassName
{
color: #EF479F;
}
.AnyTagClassName
{
color: #EF479F;
}
</style>
background-color css
<style>
a { background-color: #EF479F; }
a { background-color: rgb(239,71,159); }
div.DivClassName
{
background-color: #EF479F;
}
.BgClassName
{
background-color: #EF479F;
}
</style>
border-color css
<style>
span { border-color: #EF479F; }
span { border-color: rgb(239,71,159); }
td.TdClassName
{
border-color: #EF479F;
}
.TagClassName
{
border-color: #EF479F;
}
</style>