Shades of Brilliant Rose #EF50AF
Tints of Brilliant Rose #EF50AF
RGB
CMYK
RGB Variations
Color information
#EF50AF (or 0xEF50AF) is known color: Brilliant Rose. HEX triplet: EF, 50 and AF. RGB value is (239,80,175). Sum of RGB (Red+Green+Blue) = 239+80+175=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50AF is #10AF50. Grayscale: #8A8A8A. Windows color (decimal): -1093457 or 11489519. OLE color: 11489519.
HSL color Cylindrical-coordinate representation of color #EF50AF: hue angle of 324.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50AF is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 175 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.06 |
| HSL | 324.15º | 0.83% | 0.63% | - |
| HSV(B) | 324.15º | 0.67% | 0.94% | - |
| XYZ | 46.2 | 27.18 | 43.37 | - |
| YUV | 138.37 | 148.68 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 175 | 0 | 0.67 | 0.27 | 0.06 | 324.15 | 0.83 | 0.63 |
| Hex | EF | 50 | AF | 0 | 43 | 1B | 6 | 144 | 53 | 3F |
| Octal | 357 | 120 | 257 | 0 | 103 | 33 | 6 | 504 | 123 | 77 |
| Binary | 11101111 | 1010000 | 10101111 | 0 | 1000011 | 11011 | 110 | 101000100 | 1010011 | 111111 |
Color Harmonies of #EF50AF
Complementary color
Monochromatic Colors of #EF50AF
Black with #EF50AF
Text Example
Text Example
White with #EF50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50AF; }
p { color: rgb(239,80,175); }
H1.HeaderClassName
{
color: #EF50AF;
}
.AnyTagClassName
{
color: #EF50AF;
}
</style>
background-color css
<style>
a { background-color: #EF50AF; }
a { background-color: rgb(239,80,175); }
div.DivClassName
{
background-color: #EF50AF;
}
.BgClassName
{
background-color: #EF50AF;
}
</style>
border-color css
<style>
span { border-color: #EF50AF; }
span { border-color: rgb(239,80,175); }
td.TdClassName
{
border-color: #EF50AF;
}
.TagClassName
{
border-color: #EF50AF;
}
</style>