Shades of Brilliant Rose #ED55AC
Tints of Brilliant Rose #ED55AC
RGB
CMYK
RGB Variations
Color information
#ED55AC (or 0xED55AC) is known color: Brilliant Rose. HEX triplet: ED, 55 and AC. RGB value is (237,85,172). Sum of RGB (Red+Green+Blue) = 237+85+172=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55AC is #12AA53. Grayscale: #8C8C8C. Windows color (decimal): -1223252 or 11294189. OLE color: 11294189.
HSL color Cylindrical-coordinate representation of color #ED55AC: hue angle of 325.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55AC is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 172 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.07 |
| HSL | 325.66º | 0.81% | 0.63% | - |
| HSV(B) | 325.66º | 0.64% | 0.93% | - |
| XYZ | 45.62 | 27.48 | 41.93 | - |
| YUV | 140.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 172 | 0 | 0.64 | 0.27 | 0.07 | 325.66 | 0.81 | 0.63 |
| Hex | ED | 55 | AC | 0 | 40 | 1B | 7 | 146 | 51 | 3F |
| Octal | 355 | 125 | 254 | 0 | 100 | 33 | 7 | 506 | 121 | 77 |
| Binary | 11101101 | 1010101 | 10101100 | 0 | 1000000 | 11011 | 111 | 101000110 | 1010001 | 111111 |
Color Harmonies of #ED55AC
Complementary color
Monochromatic Colors of #ED55AC
Black with #ED55AC
Text Example
Text Example
White with #ED55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55AC; }
p { color: rgb(237,85,172); }
H1.HeaderClassName
{
color: #ED55AC;
}
.AnyTagClassName
{
color: #ED55AC;
}
</style>
background-color css
<style>
a { background-color: #ED55AC; }
a { background-color: rgb(237,85,172); }
div.DivClassName
{
background-color: #ED55AC;
}
.BgClassName
{
background-color: #ED55AC;
}
</style>
border-color css
<style>
span { border-color: #ED55AC; }
span { border-color: rgb(237,85,172); }
td.TdClassName
{
border-color: #ED55AC;
}
.TagClassName
{
border-color: #ED55AC;
}
</style>