Shades of Brilliant Rose #EF5B9D
Tints of Brilliant Rose #EF5B9D
RGB
CMYK
RGB Variations
Color information
#EF5B9D (or 0xEF5B9D) is known color: Brilliant Rose. HEX triplet: EF, 5B and 9D. RGB value is (239,91,157). Sum of RGB (Red+Green+Blue) = 239+91+157=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5B9D is #10A462. Grayscale: #8E8E8E. Windows color (decimal): -1090659 or 10312687. OLE color: 10312687.
HSL color Cylindrical-coordinate representation of color #EF5B9D: hue angle of 333.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5B9D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 157 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.06 |
| HSL | 333.24º | 0.82% | 0.65% | - |
| HSV(B) | 333.24º | 0.62% | 0.94% | - |
| XYZ | 45.42 | 28.27 | 34.96 | - |
| YUV | 142.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 157 | 0 | 0.62 | 0.34 | 0.06 | 333.24 | 0.82 | 0.65 |
| Hex | EF | 5B | 9D | 0 | 3E | 22 | 6 | 14D | 52 | 41 |
| Octal | 357 | 133 | 235 | 0 | 76 | 42 | 6 | 515 | 122 | 101 |
| Binary | 11101111 | 1011011 | 10011101 | 0 | 111110 | 100010 | 110 | 101001101 | 1010010 | 1000001 |
Color Harmonies of #EF5B9D
Complementary color
Monochromatic Colors of #EF5B9D
Black with #EF5B9D
Text Example
Text Example
White with #EF5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5B9D; }
p { color: rgb(239,91,157); }
H1.HeaderClassName
{
color: #EF5B9D;
}
.AnyTagClassName
{
color: #EF5B9D;
}
</style>
background-color css
<style>
a { background-color: #EF5B9D; }
a { background-color: rgb(239,91,157); }
div.DivClassName
{
background-color: #EF5B9D;
}
.BgClassName
{
background-color: #EF5B9D;
}
</style>
border-color css
<style>
span { border-color: #EF5B9D; }
span { border-color: rgb(239,91,157); }
td.TdClassName
{
border-color: #EF5B9D;
}
.TagClassName
{
border-color: #EF5B9D;
}
</style>