Shades of Brilliant Rose #EF5F9A
Tints of Brilliant Rose #EF5F9A
RGB
CMYK
RGB Variations
Color information
#EF5F9A (or 0xEF5F9A) is known color: Brilliant Rose. HEX triplet: EF, 5F and 9A. RGB value is (239,95,154). Sum of RGB (Red+Green+Blue) = 239+95+154=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5F9A is #10A065. Grayscale: #909090. Windows color (decimal): -1089638 or 10117103. OLE color: 10117103.
HSL color Cylindrical-coordinate representation of color #EF5F9A: hue angle of 335.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5F9A is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 154 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.06 |
| HSL | 335.42º | 0.82% | 0.65% | - |
| HSV(B) | 335.42º | 0.6% | 0.94% | - |
| XYZ | 45.52 | 28.87 | 33.74 | - |
| YUV | 144.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 154 | 0 | 0.60 | 0.36 | 0.06 | 335.42 | 0.82 | 0.65 |
| Hex | EF | 5F | 9A | 0 | 3C | 24 | 6 | 14F | 52 | 41 |
| Octal | 357 | 137 | 232 | 0 | 74 | 44 | 6 | 517 | 122 | 101 |
| Binary | 11101111 | 1011111 | 10011010 | 0 | 111100 | 100100 | 110 | 101001111 | 1010010 | 1000001 |
Color Harmonies of #EF5F9A
Complementary color
Monochromatic Colors of #EF5F9A
Black with #EF5F9A
Text Example
Text Example
White with #EF5F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5F9A; }
p { color: rgb(239,95,154); }
H1.HeaderClassName
{
color: #EF5F9A;
}
.AnyTagClassName
{
color: #EF5F9A;
}
</style>
background-color css
<style>
a { background-color: #EF5F9A; }
a { background-color: rgb(239,95,154); }
div.DivClassName
{
background-color: #EF5F9A;
}
.BgClassName
{
background-color: #EF5F9A;
}
</style>
border-color css
<style>
span { border-color: #EF5F9A; }
span { border-color: rgb(239,95,154); }
td.TdClassName
{
border-color: #EF5F9A;
}
.TagClassName
{
border-color: #EF5F9A;
}
</style>