Shades of Brilliant Rose #EF42AD
Tints of Brilliant Rose #EF42AD
RGB
CMYK
RGB Variations
Color information
#EF42AD (or 0xEF42AD) is known color: Brilliant Rose. HEX triplet: EF, 42 and AD. RGB value is (239,66,173). Sum of RGB (Red+Green+Blue) = 239+66+173=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42AD is #10BD52. Grayscale: #818181. Windows color (decimal): -1097043 or 11354863. OLE color: 11354863.
HSL color Cylindrical-coordinate representation of color #EF42AD: hue angle of 322.89º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF42AD is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 173 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.06 |
| HSL | 322.89º | 0.84% | 0.6% | - |
| HSV(B) | 322.89º | 0.72% | 0.94% | - |
| XYZ | 45.09 | 25.26 | 42.04 | - |
| YUV | 129.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 173 | 0 | 0.72 | 0.28 | 0.06 | 322.89 | 0.84 | 0.6 |
| Hex | EF | 42 | AD | 0 | 48 | 1C | 6 | 143 | 54 | 3C |
| Octal | 357 | 102 | 255 | 0 | 110 | 34 | 6 | 503 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10101101 | 0 | 1001000 | 11100 | 110 | 101000011 | 1010100 | 111100 |
Color Harmonies of #EF42AD
Complementary color
Monochromatic Colors of #EF42AD
Black with #EF42AD
Text Example
Text Example
White with #EF42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42AD; }
p { color: rgb(239,66,173); }
H1.HeaderClassName
{
color: #EF42AD;
}
.AnyTagClassName
{
color: #EF42AD;
}
</style>
background-color css
<style>
a { background-color: #EF42AD; }
a { background-color: rgb(239,66,173); }
div.DivClassName
{
background-color: #EF42AD;
}
.BgClassName
{
background-color: #EF42AD;
}
</style>
border-color css
<style>
span { border-color: #EF42AD; }
span { border-color: rgb(239,66,173); }
td.TdClassName
{
border-color: #EF42AD;
}
.TagClassName
{
border-color: #EF42AD;
}
</style>