Shades of Brilliant Rose #EF5EA8
Tints of Brilliant Rose #EF5EA8
RGB
CMYK
RGB Variations
Color information
#EF5EA8 (or 0xEF5EA8) is known color: Brilliant Rose. HEX triplet: EF, 5E and A8. RGB value is (239,94,168). Sum of RGB (Red+Green+Blue) = 239+94+168=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5EA8 is #10A157. Grayscale: #919191. Windows color (decimal): -1089880 or 11034351. OLE color: 11034351.
HSL color Cylindrical-coordinate representation of color #EF5EA8: hue angle of 329.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5EA8 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 168 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.06 |
| HSL | 329.38º | 0.82% | 0.65% | - |
| HSV(B) | 329.38º | 0.61% | 0.94% | - |
| XYZ | 46.67 | 29.18 | 40.22 | - |
| YUV | 145.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 168 | 0 | 0.61 | 0.30 | 0.06 | 329.38 | 0.82 | 0.65 |
| Hex | EF | 5E | A8 | 0 | 3D | 1E | 6 | 149 | 52 | 41 |
| Octal | 357 | 136 | 250 | 0 | 75 | 36 | 6 | 511 | 122 | 101 |
| Binary | 11101111 | 1011110 | 10101000 | 0 | 111101 | 11110 | 110 | 101001001 | 1010010 | 1000001 |
Color Harmonies of #EF5EA8
Complementary color
Monochromatic Colors of #EF5EA8
Black with #EF5EA8
Text Example
Text Example
White with #EF5EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EA8; }
p { color: rgb(239,94,168); }
H1.HeaderClassName
{
color: #EF5EA8;
}
.AnyTagClassName
{
color: #EF5EA8;
}
</style>
background-color css
<style>
a { background-color: #EF5EA8; }
a { background-color: rgb(239,94,168); }
div.DivClassName
{
background-color: #EF5EA8;
}
.BgClassName
{
background-color: #EF5EA8;
}
</style>
border-color css
<style>
span { border-color: #EF5EA8; }
span { border-color: rgb(239,94,168); }
td.TdClassName
{
border-color: #EF5EA8;
}
.TagClassName
{
border-color: #EF5EA8;
}
</style>