Shades of Brilliant Rose #EF5AAB
Tints of Brilliant Rose #EF5AAB
RGB
CMYK
RGB Variations
Color information
#EF5AAB (or 0xEF5AAB) is known color: Brilliant Rose. HEX triplet: EF, 5A and AB. RGB value is (239,90,171). Sum of RGB (Red+Green+Blue) = 239+90+171=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AAB is #10A554. Grayscale: #8F8F8F. Windows color (decimal): -1090901 or 11229935. OLE color: 11229935.
HSL color Cylindrical-coordinate representation of color #EF5AAB: hue angle of 327.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5AAB is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 171 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.06 |
| HSL | 327.38º | 0.82% | 0.65% | - |
| HSV(B) | 327.38º | 0.62% | 0.94% | - |
| XYZ | 46.6 | 28.6 | 41.59 | - |
| YUV | 143.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 171 | 0 | 0.62 | 0.28 | 0.06 | 327.38 | 0.82 | 0.65 |
| Hex | EF | 5A | AB | 0 | 3E | 1C | 6 | 147 | 52 | 41 |
| Octal | 357 | 132 | 253 | 0 | 76 | 34 | 6 | 507 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10101011 | 0 | 111110 | 11100 | 110 | 101000111 | 1010010 | 1000001 |
Color Harmonies of #EF5AAB
Complementary color
Monochromatic Colors of #EF5AAB
Black with #EF5AAB
Text Example
Text Example
White with #EF5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AAB; }
p { color: rgb(239,90,171); }
H1.HeaderClassName
{
color: #EF5AAB;
}
.AnyTagClassName
{
color: #EF5AAB;
}
</style>
background-color css
<style>
a { background-color: #EF5AAB; }
a { background-color: rgb(239,90,171); }
div.DivClassName
{
background-color: #EF5AAB;
}
.BgClassName
{
background-color: #EF5AAB;
}
</style>
border-color css
<style>
span { border-color: #EF5AAB; }
span { border-color: rgb(239,90,171); }
td.TdClassName
{
border-color: #EF5AAB;
}
.TagClassName
{
border-color: #EF5AAB;
}
</style>