Shades of Brilliant Rose #EF57A2
Tints of Brilliant Rose #EF57A2
RGB
CMYK
RGB Variations
Color information
#EF57A2 (or 0xEF57A2) is known color: Brilliant Rose. HEX triplet: EF, 57 and A2. RGB value is (239,87,162). Sum of RGB (Red+Green+Blue) = 239+87+162=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF57A2 is #10A85D. Grayscale: #8C8C8C. Windows color (decimal): -1091678 or 10639343. OLE color: 10639343.
HSL color Cylindrical-coordinate representation of color #EF57A2: hue angle of 330.39º 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 #EF57A2 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 162 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.06 |
| HSL | 330.39º | 0.83% | 0.64% | - |
| HSV(B) | 330.39º | 0.64% | 0.94% | - |
| XYZ | 45.53 | 27.78 | 37.14 | - |
| YUV | 141 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 162 | 0 | 0.64 | 0.32 | 0.06 | 330.39 | 0.83 | 0.64 |
| Hex | EF | 57 | A2 | 0 | 40 | 20 | 6 | 14A | 53 | 40 |
| Octal | 357 | 127 | 242 | 0 | 100 | 40 | 6 | 512 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10100010 | 0 | 1000000 | 100000 | 110 | 101001010 | 1010011 | 1000000 |
Color Harmonies of #EF57A2
Complementary color
Monochromatic Colors of #EF57A2
Black with #EF57A2
Text Example
Text Example
White with #EF57A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57A2; }
p { color: rgb(239,87,162); }
H1.HeaderClassName
{
color: #EF57A2;
}
.AnyTagClassName
{
color: #EF57A2;
}
</style>
background-color css
<style>
a { background-color: #EF57A2; }
a { background-color: rgb(239,87,162); }
div.DivClassName
{
background-color: #EF57A2;
}
.BgClassName
{
background-color: #EF57A2;
}
</style>
border-color css
<style>
span { border-color: #EF57A2; }
span { border-color: rgb(239,87,162); }
td.TdClassName
{
border-color: #EF57A2;
}
.TagClassName
{
border-color: #EF57A2;
}
</style>