Shades of Brilliant Rose #EF4EA8
Tints of Brilliant Rose #EF4EA8
RGB
CMYK
RGB Variations
Color information
#EF4EA8 (or 0xEF4EA8) is known color: Brilliant Rose. HEX triplet: EF, 4E and A8. RGB value is (239,78,168). Sum of RGB (Red+Green+Blue) = 239+78+168=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4EA8 is #10B157. Grayscale: #888888. Windows color (decimal): -1093976 or 11030255. OLE color: 11030255.
HSL color Cylindrical-coordinate representation of color #EF4EA8: hue angle of 326.46º 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 #EF4EA8 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 168 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.06 |
| HSL | 326.46º | 0.83% | 0.62% | - |
| HSV(B) | 326.46º | 0.67% | 0.94% | - |
| XYZ | 45.39 | 26.63 | 39.79 | - |
| YUV | 136.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 168 | 0 | 0.67 | 0.30 | 0.06 | 326.46 | 0.83 | 0.62 |
| Hex | EF | 4E | A8 | 0 | 43 | 1E | 6 | 146 | 53 | 3E |
| Octal | 357 | 116 | 250 | 0 | 103 | 36 | 6 | 506 | 123 | 76 |
| Binary | 11101111 | 1001110 | 10101000 | 0 | 1000011 | 11110 | 110 | 101000110 | 1010011 | 111110 |
Color Harmonies of #EF4EA8
Complementary color
Monochromatic Colors of #EF4EA8
Black with #EF4EA8
Text Example
Text Example
White with #EF4EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EA8; }
p { color: rgb(239,78,168); }
H1.HeaderClassName
{
color: #EF4EA8;
}
.AnyTagClassName
{
color: #EF4EA8;
}
</style>
background-color css
<style>
a { background-color: #EF4EA8; }
a { background-color: rgb(239,78,168); }
div.DivClassName
{
background-color: #EF4EA8;
}
.BgClassName
{
background-color: #EF4EA8;
}
</style>
border-color css
<style>
span { border-color: #EF4EA8; }
span { border-color: rgb(239,78,168); }
td.TdClassName
{
border-color: #EF4EA8;
}
.TagClassName
{
border-color: #EF4EA8;
}
</style>