Shades of Brilliant Rose #ED5AAE
Tints of Brilliant Rose #ED5AAE
RGB
CMYK
RGB Variations
Color information
#ED5AAE (or 0xED5AAE) is known color: Brilliant Rose. HEX triplet: ED, 5A and AE. RGB value is (237,90,174). Sum of RGB (Red+Green+Blue) = 237+90+174=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5AAE is #12A551. Grayscale: #8F8F8F. Windows color (decimal): -1221970 or 11426541. OLE color: 11426541.
HSL color Cylindrical-coordinate representation of color #ED5AAE: hue angle of 325.71º 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 #ED5AAE is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 174 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.07 |
| HSL | 325.71º | 0.8% | 0.64% | - |
| HSV(B) | 325.71º | 0.62% | 0.93% | - |
| XYZ | 46.22 | 28.37 | 43.08 | - |
| YUV | 143.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 174 | 0 | 0.62 | 0.27 | 0.07 | 325.71 | 0.8 | 0.64 |
| Hex | ED | 5A | AE | 0 | 3E | 1B | 7 | 146 | 50 | 40 |
| Octal | 355 | 132 | 256 | 0 | 76 | 33 | 7 | 506 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10101110 | 0 | 111110 | 11011 | 111 | 101000110 | 1010000 | 1000000 |
Color Harmonies of #ED5AAE
Complementary color
Monochromatic Colors of #ED5AAE
Black with #ED5AAE
Text Example
Text Example
White with #ED5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AAE; }
p { color: rgb(237,90,174); }
H1.HeaderClassName
{
color: #ED5AAE;
}
.AnyTagClassName
{
color: #ED5AAE;
}
</style>
background-color css
<style>
a { background-color: #ED5AAE; }
a { background-color: rgb(237,90,174); }
div.DivClassName
{
background-color: #ED5AAE;
}
.BgClassName
{
background-color: #ED5AAE;
}
</style>
border-color css
<style>
span { border-color: #ED5AAE; }
span { border-color: rgb(237,90,174); }
td.TdClassName
{
border-color: #ED5AAE;
}
.TagClassName
{
border-color: #ED5AAE;
}
</style>