Shades of Brilliant Rose #EF4DAD
Tints of Brilliant Rose #EF4DAD
RGB
CMYK
RGB Variations
Color information
#EF4DAD (or 0xEF4DAD) is known color: Brilliant Rose. HEX triplet: EF, 4D and AD. RGB value is (239,77,173). Sum of RGB (Red+Green+Blue) = 239+77+173=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4DAD is #10B252. Grayscale: #888888. Windows color (decimal): -1094227 or 11357679. OLE color: 11357679.
HSL color Cylindrical-coordinate representation of color #EF4DAD: hue angle of 324.44º 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 #EF4DAD is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 173 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.06 |
| HSL | 324.44º | 0.84% | 0.62% | - |
| HSV(B) | 324.44º | 0.68% | 0.94% | - |
| XYZ | 45.79 | 26.68 | 42.27 | - |
| YUV | 136.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 173 | 0 | 0.68 | 0.28 | 0.06 | 324.44 | 0.84 | 0.62 |
| Hex | EF | 4D | AD | 0 | 44 | 1C | 6 | 144 | 54 | 3E |
| Octal | 357 | 115 | 255 | 0 | 104 | 34 | 6 | 504 | 124 | 76 |
| Binary | 11101111 | 1001101 | 10101101 | 0 | 1000100 | 11100 | 110 | 101000100 | 1010100 | 111110 |
Color Harmonies of #EF4DAD
Complementary color
Monochromatic Colors of #EF4DAD
Black with #EF4DAD
Text Example
Text Example
White with #EF4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DAD; }
p { color: rgb(239,77,173); }
H1.HeaderClassName
{
color: #EF4DAD;
}
.AnyTagClassName
{
color: #EF4DAD;
}
</style>
background-color css
<style>
a { background-color: #EF4DAD; }
a { background-color: rgb(239,77,173); }
div.DivClassName
{
background-color: #EF4DAD;
}
.BgClassName
{
background-color: #EF4DAD;
}
</style>
border-color css
<style>
span { border-color: #EF4DAD; }
span { border-color: rgb(239,77,173); }
td.TdClassName
{
border-color: #EF4DAD;
}
.TagClassName
{
border-color: #EF4DAD;
}
</style>