Shades of Brilliant Rose #EF489C
Tints of Brilliant Rose #EF489C
RGB
CMYK
RGB Variations
Color information
#EF489C (or 0xEF489C) is known color: Brilliant Rose. HEX triplet: EF, 48 and 9C. RGB value is (239,72,156). Sum of RGB (Red+Green+Blue) = 239+72+156=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF489C is #10B763. Grayscale: #838383. Windows color (decimal): -1095524 or 10242287. OLE color: 10242287.
HSL color Cylindrical-coordinate representation of color #EF489C: hue angle of 329.82º 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 #EF489C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 156 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.06 |
| HSL | 329.82º | 0.84% | 0.61% | - |
| HSV(B) | 329.82º | 0.7% | 0.94% | - |
| XYZ | 43.91 | 25.39 | 34.04 | - |
| YUV | 131.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 156 | 0 | 0.70 | 0.35 | 0.06 | 329.82 | 0.84 | 0.61 |
| Hex | EF | 48 | 9C | 0 | 46 | 23 | 6 | 14A | 54 | 3D |
| Octal | 357 | 110 | 234 | 0 | 106 | 43 | 6 | 512 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10011100 | 0 | 1000110 | 100011 | 110 | 101001010 | 1010100 | 111101 |
Color Harmonies of #EF489C
Complementary color
Monochromatic Colors of #EF489C
Black with #EF489C
Text Example
Text Example
White with #EF489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF489C; }
p { color: rgb(239,72,156); }
H1.HeaderClassName
{
color: #EF489C;
}
.AnyTagClassName
{
color: #EF489C;
}
</style>
background-color css
<style>
a { background-color: #EF489C; }
a { background-color: rgb(239,72,156); }
div.DivClassName
{
background-color: #EF489C;
}
.BgClassName
{
background-color: #EF489C;
}
</style>
border-color css
<style>
span { border-color: #EF489C; }
span { border-color: rgb(239,72,156); }
td.TdClassName
{
border-color: #EF489C;
}
.TagClassName
{
border-color: #EF489C;
}
</style>