Shades of Brilliant Rose #EF42AF
Tints of Brilliant Rose #EF42AF
RGB
CMYK
RGB Variations
Color information
#EF42AF (or 0xEF42AF) is known color: Brilliant Rose. HEX triplet: EF, 42 and AF. RGB value is (239,66,175). Sum of RGB (Red+Green+Blue) = 239+66+175=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42AF is #10BD50. Grayscale: #818181. Windows color (decimal): -1097041 or 11485935. OLE color: 11485935.
HSL color Cylindrical-coordinate representation of color #EF42AF: hue angle of 322.2º 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 #EF42AF is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 175 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.06 |
| HSL | 322.2º | 0.84% | 0.6% | - |
| HSV(B) | 322.2º | 0.72% | 0.94% | - |
| XYZ | 45.28 | 25.34 | 43.06 | - |
| YUV | 130.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 175 | 0 | 0.72 | 0.27 | 0.06 | 322.2 | 0.84 | 0.6 |
| Hex | EF | 42 | AF | 0 | 48 | 1B | 6 | 142 | 54 | 3C |
| Octal | 357 | 102 | 257 | 0 | 110 | 33 | 6 | 502 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10101111 | 0 | 1001000 | 11011 | 110 | 101000010 | 1010100 | 111100 |
Color Harmonies of #EF42AF
Complementary color
Monochromatic Colors of #EF42AF
Black with #EF42AF
Text Example
Text Example
White with #EF42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42AF; }
p { color: rgb(239,66,175); }
H1.HeaderClassName
{
color: #EF42AF;
}
.AnyTagClassName
{
color: #EF42AF;
}
</style>
background-color css
<style>
a { background-color: #EF42AF; }
a { background-color: rgb(239,66,175); }
div.DivClassName
{
background-color: #EF42AF;
}
.BgClassName
{
background-color: #EF42AF;
}
</style>
border-color css
<style>
span { border-color: #EF42AF; }
span { border-color: rgb(239,66,175); }
td.TdClassName
{
border-color: #EF42AF;
}
.TagClassName
{
border-color: #EF42AF;
}
</style>