Shades of Brilliant Rose #EF42AA
Tints of Brilliant Rose #EF42AA
RGB
CMYK
RGB Variations
Color information
#EF42AA (or 0xEF42AA) is known color: Brilliant Rose. HEX triplet: EF, 42 and AA. RGB value is (239,66,170). Sum of RGB (Red+Green+Blue) = 239+66+170=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42AA is #10BD55. Grayscale: #818181. Windows color (decimal): -1097046 or 11158255. OLE color: 11158255.
HSL color Cylindrical-coordinate representation of color #EF42AA: hue angle of 323.93º 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 #EF42AA is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 170 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.06 |
| HSL | 323.93º | 0.84% | 0.6% | - |
| HSV(B) | 323.93º | 0.72% | 0.94% | - |
| XYZ | 44.8 | 25.15 | 40.52 | - |
| YUV | 129.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 170 | 0 | 0.72 | 0.29 | 0.06 | 323.93 | 0.84 | 0.6 |
| Hex | EF | 42 | AA | 0 | 48 | 1D | 6 | 144 | 54 | 3C |
| Octal | 357 | 102 | 252 | 0 | 110 | 35 | 6 | 504 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10101010 | 0 | 1001000 | 11101 | 110 | 101000100 | 1010100 | 111100 |
Color Harmonies of #EF42AA
Complementary color
Monochromatic Colors of #EF42AA
Black with #EF42AA
Text Example
Text Example
White with #EF42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42AA; }
p { color: rgb(239,66,170); }
H1.HeaderClassName
{
color: #EF42AA;
}
.AnyTagClassName
{
color: #EF42AA;
}
</style>
background-color css
<style>
a { background-color: #EF42AA; }
a { background-color: rgb(239,66,170); }
div.DivClassName
{
background-color: #EF42AA;
}
.BgClassName
{
background-color: #EF42AA;
}
</style>
border-color css
<style>
span { border-color: #EF42AA; }
span { border-color: rgb(239,66,170); }
td.TdClassName
{
border-color: #EF42AA;
}
.TagClassName
{
border-color: #EF42AA;
}
</style>