Shades of Brilliant Rose #ED579C
Tints of Brilliant Rose #ED579C
RGB
CMYK
RGB Variations
Color information
#ED579C (or 0xED579C) is known color: Brilliant Rose. HEX triplet: ED, 57 and 9C. RGB value is (237,87,156). Sum of RGB (Red+Green+Blue) = 237+87+156=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED579C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED579C is #12A863. Grayscale: #8B8B8B. Windows color (decimal): -1222756 or 10246125. OLE color: 10246125.
HSL color Cylindrical-coordinate representation of color #ED579C: hue angle of 332.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED579C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 156 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.07 |
| HSL | 332.4º | 0.81% | 0.64% | - |
| HSV(B) | 332.4º | 0.63% | 0.93% | - |
| XYZ | 44.33 | 27.22 | 34.37 | - |
| YUV | 139.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 156 | 0 | 0.63 | 0.34 | 0.07 | 332.4 | 0.81 | 0.64 |
| Hex | ED | 57 | 9C | 0 | 3F | 22 | 7 | 14C | 51 | 40 |
| Octal | 355 | 127 | 234 | 0 | 77 | 42 | 7 | 514 | 121 | 100 |
| Binary | 11101101 | 1010111 | 10011100 | 0 | 111111 | 100010 | 111 | 101001100 | 1010001 | 1000000 |
Color Harmonies of #ED579C
Complementary color
Monochromatic Colors of #ED579C
Black with #ED579C
Text Example
Text Example
White with #ED579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED579C; }
p { color: rgb(237,87,156); }
H1.HeaderClassName
{
color: #ED579C;
}
.AnyTagClassName
{
color: #ED579C;
}
</style>
background-color css
<style>
a { background-color: #ED579C; }
a { background-color: rgb(237,87,156); }
div.DivClassName
{
background-color: #ED579C;
}
.BgClassName
{
background-color: #ED579C;
}
</style>
border-color css
<style>
span { border-color: #ED579C; }
span { border-color: rgb(237,87,156); }
td.TdClassName
{
border-color: #ED579C;
}
.TagClassName
{
border-color: #ED579C;
}
</style>