Shades of Brilliant Rose #EF4CA0
Tints of Brilliant Rose #EF4CA0
RGB
CMYK
RGB Variations
Color information
#EF4CA0 (or 0xEF4CA0) is known color: Brilliant Rose. HEX triplet: EF, 4C and A0. RGB value is (239,76,160). Sum of RGB (Red+Green+Blue) = 239+76+160=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4CA0 is #10B35F. Grayscale: #868686. Windows color (decimal): -1094496 or 10505455. OLE color: 10505455.
HSL color Cylindrical-coordinate representation of color #EF4CA0: hue angle of 329.08º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4CA0 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 160 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.06 |
| HSL | 329.08º | 0.84% | 0.62% | - |
| HSV(B) | 329.08º | 0.68% | 0.94% | - |
| XYZ | 44.53 | 26.06 | 35.94 | - |
| YUV | 134.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 160 | 0 | 0.68 | 0.33 | 0.06 | 329.08 | 0.84 | 0.62 |
| Hex | EF | 4C | A0 | 0 | 44 | 21 | 6 | 149 | 54 | 3E |
| Octal | 357 | 114 | 240 | 0 | 104 | 41 | 6 | 511 | 124 | 76 |
| Binary | 11101111 | 1001100 | 10100000 | 0 | 1000100 | 100001 | 110 | 101001001 | 1010100 | 111110 |
Color Harmonies of #EF4CA0
Complementary color
Monochromatic Colors of #EF4CA0
Black with #EF4CA0
Text Example
Text Example
White with #EF4CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CA0; }
p { color: rgb(239,76,160); }
H1.HeaderClassName
{
color: #EF4CA0;
}
.AnyTagClassName
{
color: #EF4CA0;
}
</style>
background-color css
<style>
a { background-color: #EF4CA0; }
a { background-color: rgb(239,76,160); }
div.DivClassName
{
background-color: #EF4CA0;
}
.BgClassName
{
background-color: #EF4CA0;
}
</style>
border-color css
<style>
span { border-color: #EF4CA0; }
span { border-color: rgb(239,76,160); }
td.TdClassName
{
border-color: #EF4CA0;
}
.TagClassName
{
border-color: #EF4CA0;
}
</style>