Shades of Brilliant Rose #ED5A9C
Tints of Brilliant Rose #ED5A9C
RGB
CMYK
RGB Variations
Color information
#ED5A9C (or 0xED5A9C) is known color: Brilliant Rose. HEX triplet: ED, 5A and 9C. RGB value is (237,90,156). Sum of RGB (Red+Green+Blue) = 237+90+156=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5A9C is #12A563. Grayscale: #8D8D8D. Windows color (decimal): -1221988 or 10246893. OLE color: 10246893.
HSL color Cylindrical-coordinate representation of color #ED5A9C: hue angle of 333.06º 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 #ED5A9C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 156 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.07 |
| HSL | 333.06º | 0.8% | 0.64% | - |
| HSV(B) | 333.06º | 0.62% | 0.93% | - |
| XYZ | 44.58 | 27.72 | 34.45 | - |
| YUV | 141.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 156 | 0 | 0.62 | 0.34 | 0.07 | 333.06 | 0.8 | 0.64 |
| Hex | ED | 5A | 9C | 0 | 3E | 22 | 7 | 14D | 50 | 40 |
| Octal | 355 | 132 | 234 | 0 | 76 | 42 | 7 | 515 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10011100 | 0 | 111110 | 100010 | 111 | 101001101 | 1010000 | 1000000 |
Color Harmonies of #ED5A9C
Complementary color
Monochromatic Colors of #ED5A9C
Black with #ED5A9C
Text Example
Text Example
White with #ED5A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A9C; }
p { color: rgb(237,90,156); }
H1.HeaderClassName
{
color: #ED5A9C;
}
.AnyTagClassName
{
color: #ED5A9C;
}
</style>
background-color css
<style>
a { background-color: #ED5A9C; }
a { background-color: rgb(237,90,156); }
div.DivClassName
{
background-color: #ED5A9C;
}
.BgClassName
{
background-color: #ED5A9C;
}
</style>
border-color css
<style>
span { border-color: #ED5A9C; }
span { border-color: rgb(237,90,156); }
td.TdClassName
{
border-color: #ED5A9C;
}
.TagClassName
{
border-color: #ED5A9C;
}
</style>