Shades of Brilliant Rose #ED5AAA
Tints of Brilliant Rose #ED5AAA
RGB
CMYK
RGB Variations
Color information
#ED5AAA (or 0xED5AAA) is known color: Brilliant Rose. HEX triplet: ED, 5A and AA. RGB value is (237,90,170). Sum of RGB (Red+Green+Blue) = 237+90+170=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5AAA is #12A555. Grayscale: #8E8E8E. Windows color (decimal): -1221974 or 11164397. OLE color: 11164397.
HSL color Cylindrical-coordinate representation of color #ED5AAA: hue angle of 327.35º 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 #ED5AAA is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 170 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.07 |
| HSL | 327.35º | 0.8% | 0.64% | - |
| HSV(B) | 327.35º | 0.62% | 0.93% | - |
| XYZ | 45.84 | 28.22 | 41.06 | - |
| YUV | 143.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 170 | 0 | 0.62 | 0.28 | 0.07 | 327.35 | 0.8 | 0.64 |
| Hex | ED | 5A | AA | 0 | 3E | 1C | 7 | 147 | 50 | 40 |
| Octal | 355 | 132 | 252 | 0 | 76 | 34 | 7 | 507 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10101010 | 0 | 111110 | 11100 | 111 | 101000111 | 1010000 | 1000000 |
Color Harmonies of #ED5AAA
Complementary color
Monochromatic Colors of #ED5AAA
Black with #ED5AAA
Text Example
Text Example
White with #ED5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AAA; }
p { color: rgb(237,90,170); }
H1.HeaderClassName
{
color: #ED5AAA;
}
.AnyTagClassName
{
color: #ED5AAA;
}
</style>
background-color css
<style>
a { background-color: #ED5AAA; }
a { background-color: rgb(237,90,170); }
div.DivClassName
{
background-color: #ED5AAA;
}
.BgClassName
{
background-color: #ED5AAA;
}
</style>
border-color css
<style>
span { border-color: #ED5AAA; }
span { border-color: rgb(237,90,170); }
td.TdClassName
{
border-color: #ED5AAA;
}
.TagClassName
{
border-color: #ED5AAA;
}
</style>