Shades of Brilliant Rose #EF57B2
Tints of Brilliant Rose #EF57B2
RGB
CMYK
RGB Variations
Color information
#EF57B2 (or 0xEF57B2) is known color: Brilliant Rose. HEX triplet: EF, 57 and B2. RGB value is (239,87,178). Sum of RGB (Red+Green+Blue) = 239+87+178=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF57B2 is #10A84D. Grayscale: #8E8E8E. Windows color (decimal): -1091662 or 11687919. OLE color: 11687919.
HSL color Cylindrical-coordinate representation of color #EF57B2: hue angle of 324.08º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF57B2 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 178 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.06 |
| HSL | 324.08º | 0.83% | 0.64% | - |
| HSV(B) | 324.08º | 0.64% | 0.94% | - |
| XYZ | 47.04 | 28.38 | 45.12 | - |
| YUV | 142.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 178 | 0 | 0.64 | 0.26 | 0.06 | 324.08 | 0.83 | 0.64 |
| Hex | EF | 57 | B2 | 0 | 40 | 1A | 6 | 144 | 53 | 40 |
| Octal | 357 | 127 | 262 | 0 | 100 | 32 | 6 | 504 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10110010 | 0 | 1000000 | 11010 | 110 | 101000100 | 1010011 | 1000000 |
Color Harmonies of #EF57B2
Complementary color
Monochromatic Colors of #EF57B2
Black with #EF57B2
Text Example
Text Example
White with #EF57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57B2; }
p { color: rgb(239,87,178); }
H1.HeaderClassName
{
color: #EF57B2;
}
.AnyTagClassName
{
color: #EF57B2;
}
</style>
background-color css
<style>
a { background-color: #EF57B2; }
a { background-color: rgb(239,87,178); }
div.DivClassName
{
background-color: #EF57B2;
}
.BgClassName
{
background-color: #EF57B2;
}
</style>
border-color css
<style>
span { border-color: #EF57B2; }
span { border-color: rgb(239,87,178); }
td.TdClassName
{
border-color: #EF57B2;
}
.TagClassName
{
border-color: #EF57B2;
}
</style>