Shades of Brilliant Rose #ED5EAA
Tints of Brilliant Rose #ED5EAA
RGB
CMYK
RGB Variations
Color information
#ED5EAA (or 0xED5EAA) is known color: Brilliant Rose. HEX triplet: ED, 5E and AA. RGB value is (237,94,170). Sum of RGB (Red+Green+Blue) = 237+94+170=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5EAA is #12A155. Grayscale: #919191. Windows color (decimal): -1220950 or 11165421. OLE color: 11165421.
HSL color Cylindrical-coordinate representation of color #ED5EAA: hue angle of 328.11º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EAA is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 170 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.07 |
| HSL | 328.11º | 0.8% | 0.65% | - |
| HSV(B) | 328.11º | 0.6% | 0.93% | - |
| XYZ | 46.18 | 28.91 | 41.18 | - |
| YUV | 145.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 170 | 0 | 0.60 | 0.28 | 0.07 | 328.11 | 0.8 | 0.65 |
| Hex | ED | 5E | AA | 0 | 3C | 1C | 7 | 148 | 50 | 41 |
| Octal | 355 | 136 | 252 | 0 | 74 | 34 | 7 | 510 | 120 | 101 |
| Binary | 11101101 | 1011110 | 10101010 | 0 | 111100 | 11100 | 111 | 101001000 | 1010000 | 1000001 |
Color Harmonies of #ED5EAA
Complementary color
Monochromatic Colors of #ED5EAA
Black with #ED5EAA
Text Example
Text Example
White with #ED5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EAA; }
p { color: rgb(237,94,170); }
H1.HeaderClassName
{
color: #ED5EAA;
}
.AnyTagClassName
{
color: #ED5EAA;
}
</style>
background-color css
<style>
a { background-color: #ED5EAA; }
a { background-color: rgb(237,94,170); }
div.DivClassName
{
background-color: #ED5EAA;
}
.BgClassName
{
background-color: #ED5EAA;
}
</style>
border-color css
<style>
span { border-color: #ED5EAA; }
span { border-color: rgb(237,94,170); }
td.TdClassName
{
border-color: #ED5EAA;
}
.TagClassName
{
border-color: #ED5EAA;
}
</style>