Shades of Brilliant Rose #EF4F9C
Tints of Brilliant Rose #EF4F9C
RGB
CMYK
RGB Variations
Color information
#EF4F9C (or 0xEF4F9C) is known color: Brilliant Rose. HEX triplet: EF, 4F and 9C. RGB value is (239,79,156). Sum of RGB (Red+Green+Blue) = 239+79+156=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4F9C is #10B063. Grayscale: #878787. Windows color (decimal): -1093732 or 10244079. OLE color: 10244079.
HSL color Cylindrical-coordinate representation of color #EF4F9C: hue angle of 331.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4F9C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 156 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.06 |
| HSL | 331.13º | 0.83% | 0.62% | - |
| HSV(B) | 331.13º | 0.67% | 0.94% | - |
| XYZ | 44.39 | 26.34 | 34.2 | - |
| YUV | 135.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 156 | 0 | 0.67 | 0.35 | 0.06 | 331.13 | 0.83 | 0.62 |
| Hex | EF | 4F | 9C | 0 | 43 | 23 | 6 | 14B | 53 | 3E |
| Octal | 357 | 117 | 234 | 0 | 103 | 43 | 6 | 513 | 123 | 76 |
| Binary | 11101111 | 1001111 | 10011100 | 0 | 1000011 | 100011 | 110 | 101001011 | 1010011 | 111110 |
Color Harmonies of #EF4F9C
Complementary color
Monochromatic Colors of #EF4F9C
Black with #EF4F9C
Text Example
Text Example
White with #EF4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F9C; }
p { color: rgb(239,79,156); }
H1.HeaderClassName
{
color: #EF4F9C;
}
.AnyTagClassName
{
color: #EF4F9C;
}
</style>
background-color css
<style>
a { background-color: #EF4F9C; }
a { background-color: rgb(239,79,156); }
div.DivClassName
{
background-color: #EF4F9C;
}
.BgClassName
{
background-color: #EF4F9C;
}
</style>
border-color css
<style>
span { border-color: #EF4F9C; }
span { border-color: rgb(239,79,156); }
td.TdClassName
{
border-color: #EF4F9C;
}
.TagClassName
{
border-color: #EF4F9C;
}
</style>