Shades of Brilliant Rose #EF51A1
Tints of Brilliant Rose #EF51A1
RGB
CMYK
RGB Variations
Color information
#EF51A1 (or 0xEF51A1) is known color: Brilliant Rose. HEX triplet: EF, 51 and A1. RGB value is (239,81,161). Sum of RGB (Red+Green+Blue) = 239+81+161=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51A1 is #10AE5E. Grayscale: #898989. Windows color (decimal): -1093215 or 10572271. OLE color: 10572271.
HSL color Cylindrical-coordinate representation of color #EF51A1: hue angle of 329.62º 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 #EF51A1 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 161 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.06 |
| HSL | 329.62º | 0.83% | 0.63% | - |
| HSV(B) | 329.62º | 0.66% | 0.94% | - |
| XYZ | 44.97 | 26.81 | 36.52 | - |
| YUV | 137.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 161 | 0 | 0.66 | 0.33 | 0.06 | 329.62 | 0.83 | 0.63 |
| Hex | EF | 51 | A1 | 0 | 42 | 21 | 6 | 14A | 53 | 3F |
| Octal | 357 | 121 | 241 | 0 | 102 | 41 | 6 | 512 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10100001 | 0 | 1000010 | 100001 | 110 | 101001010 | 1010011 | 111111 |
Color Harmonies of #EF51A1
Complementary color
Monochromatic Colors of #EF51A1
Black with #EF51A1
Text Example
Text Example
White with #EF51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51A1; }
p { color: rgb(239,81,161); }
H1.HeaderClassName
{
color: #EF51A1;
}
.AnyTagClassName
{
color: #EF51A1;
}
</style>
background-color css
<style>
a { background-color: #EF51A1; }
a { background-color: rgb(239,81,161); }
div.DivClassName
{
background-color: #EF51A1;
}
.BgClassName
{
background-color: #EF51A1;
}
</style>
border-color css
<style>
span { border-color: #EF51A1; }
span { border-color: rgb(239,81,161); }
td.TdClassName
{
border-color: #EF51A1;
}
.TagClassName
{
border-color: #EF51A1;
}
</style>