Shades of Brilliant Rose #EF519A
Tints of Brilliant Rose #EF519A
RGB
CMYK
RGB Variations
Color information
#EF519A (or 0xEF519A) is known color: Brilliant Rose. HEX triplet: EF, 51 and 9A. RGB value is (239,81,154). Sum of RGB (Red+Green+Blue) = 239+81+154=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF519A is #10AE65. Grayscale: #888888. Windows color (decimal): -1093222 or 10113519. OLE color: 10113519.
HSL color Cylindrical-coordinate representation of color #EF519A: hue angle of 332.28º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF519A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 154 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.06 |
| HSL | 332.28º | 0.83% | 0.63% | - |
| HSV(B) | 332.28º | 0.66% | 0.94% | - |
| XYZ | 44.37 | 26.57 | 33.36 | - |
| YUV | 136.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 154 | 0 | 0.66 | 0.36 | 0.06 | 332.28 | 0.83 | 0.63 |
| Hex | EF | 51 | 9A | 0 | 42 | 24 | 6 | 14C | 53 | 3F |
| Octal | 357 | 121 | 232 | 0 | 102 | 44 | 6 | 514 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10011010 | 0 | 1000010 | 100100 | 110 | 101001100 | 1010011 | 111111 |
Color Harmonies of #EF519A
Complementary color
Monochromatic Colors of #EF519A
Black with #EF519A
Text Example
Text Example
White with #EF519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF519A; }
p { color: rgb(239,81,154); }
H1.HeaderClassName
{
color: #EF519A;
}
.AnyTagClassName
{
color: #EF519A;
}
</style>
background-color css
<style>
a { background-color: #EF519A; }
a { background-color: rgb(239,81,154); }
div.DivClassName
{
background-color: #EF519A;
}
.BgClassName
{
background-color: #EF519A;
}
</style>
border-color css
<style>
span { border-color: #EF519A; }
span { border-color: rgb(239,81,154); }
td.TdClassName
{
border-color: #EF519A;
}
.TagClassName
{
border-color: #EF519A;
}
</style>