Shades of Brilliant Rose #ED5AAB
Tints of Brilliant Rose #ED5AAB
RGB
CMYK
RGB Variations
Color information
#ED5AAB (or 0xED5AAB) is known color: Brilliant Rose. HEX triplet: ED, 5A and AB. RGB value is (237,90,171). Sum of RGB (Red+Green+Blue) = 237+90+171=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5AAB is #12A554. Grayscale: #8F8F8F. Windows color (decimal): -1221973 or 11229933. OLE color: 11229933.
HSL color Cylindrical-coordinate representation of color #ED5AAB: hue angle of 326.94º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5AAB is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 171 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.07 |
| HSL | 326.94º | 0.8% | 0.64% | - |
| HSV(B) | 326.94º | 0.62% | 0.93% | - |
| XYZ | 45.93 | 28.26 | 41.56 | - |
| YUV | 143.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 171 | 0 | 0.62 | 0.28 | 0.07 | 326.94 | 0.8 | 0.64 |
| Hex | ED | 5A | AB | 0 | 3E | 1C | 7 | 147 | 50 | 40 |
| Octal | 355 | 132 | 253 | 0 | 76 | 34 | 7 | 507 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10101011 | 0 | 111110 | 11100 | 111 | 101000111 | 1010000 | 1000000 |
Color Harmonies of #ED5AAB
Complementary color
Monochromatic Colors of #ED5AAB
Black with #ED5AAB
Text Example
Text Example
White with #ED5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AAB; }
p { color: rgb(237,90,171); }
H1.HeaderClassName
{
color: #ED5AAB;
}
.AnyTagClassName
{
color: #ED5AAB;
}
</style>
background-color css
<style>
a { background-color: #ED5AAB; }
a { background-color: rgb(237,90,171); }
div.DivClassName
{
background-color: #ED5AAB;
}
.BgClassName
{
background-color: #ED5AAB;
}
</style>
border-color css
<style>
span { border-color: #ED5AAB; }
span { border-color: rgb(237,90,171); }
td.TdClassName
{
border-color: #ED5AAB;
}
.TagClassName
{
border-color: #ED5AAB;
}
</style>