Shades of Brilliant Rose #EF51B2
Tints of Brilliant Rose #EF51B2
RGB
CMYK
RGB Variations
Color information
#EF51B2 (or 0xEF51B2) is known color: Brilliant Rose. HEX triplet: EF, 51 and B2. RGB value is (239,81,178). Sum of RGB (Red+Green+Blue) = 239+81+178=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51B2 is #10AE4D. Grayscale: #8B8B8B. Windows color (decimal): -1093198 or 11686383. OLE color: 11686383.
HSL color Cylindrical-coordinate representation of color #EF51B2: hue angle of 323.16º 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 #EF51B2 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 178 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.06 |
| HSL | 323.16º | 0.83% | 0.63% | - |
| HSV(B) | 323.16º | 0.66% | 0.94% | - |
| XYZ | 46.57 | 27.45 | 44.96 | - |
| YUV | 139.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 178 | 0 | 0.66 | 0.26 | 0.06 | 323.16 | 0.83 | 0.63 |
| Hex | EF | 51 | B2 | 0 | 42 | 1A | 6 | 143 | 53 | 3F |
| Octal | 357 | 121 | 262 | 0 | 102 | 32 | 6 | 503 | 123 | 77 |
| Binary | 11101111 | 1010001 | 10110010 | 0 | 1000010 | 11010 | 110 | 101000011 | 1010011 | 111111 |
Color Harmonies of #EF51B2
Complementary color
Monochromatic Colors of #EF51B2
Black with #EF51B2
Text Example
Text Example
White with #EF51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51B2; }
p { color: rgb(239,81,178); }
H1.HeaderClassName
{
color: #EF51B2;
}
.AnyTagClassName
{
color: #EF51B2;
}
</style>
background-color css
<style>
a { background-color: #EF51B2; }
a { background-color: rgb(239,81,178); }
div.DivClassName
{
background-color: #EF51B2;
}
.BgClassName
{
background-color: #EF51B2;
}
</style>
border-color css
<style>
span { border-color: #EF51B2; }
span { border-color: rgb(239,81,178); }
td.TdClassName
{
border-color: #EF51B2;
}
.TagClassName
{
border-color: #EF51B2;
}
</style>