Shades of Brilliant Rose #ED61A0
Tints of Brilliant Rose #ED61A0
RGB
CMYK
RGB Variations
Color information
#ED61A0 (or 0xED61A0) is known color: Brilliant Rose. HEX triplet: ED, 61 and A0. RGB value is (237,97,160). Sum of RGB (Red+Green+Blue) = 237+97+160=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED61A0 is #129E5F. Grayscale: #919191. Windows color (decimal): -1220192 or 10510829. OLE color: 10510829.
HSL color Cylindrical-coordinate representation of color #ED61A0: hue angle of 333º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED61A0 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 160 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.07 |
| HSL | 333º | 0.8% | 0.65% | - |
| HSV(B) | 333º | 0.59% | 0.93% | - |
| XYZ | 45.54 | 29.09 | 36.47 | - |
| YUV | 146.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 160 | 0 | 0.59 | 0.32 | 0.07 | 333 | 0.8 | 0.65 |
| Hex | ED | 61 | A0 | 0 | 3B | 20 | 7 | 14D | 50 | 41 |
| Octal | 355 | 141 | 240 | 0 | 73 | 40 | 7 | 515 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10100000 | 0 | 111011 | 100000 | 111 | 101001101 | 1010000 | 1000001 |
Color Harmonies of #ED61A0
Complementary color
Monochromatic Colors of #ED61A0
Black with #ED61A0
Text Example
Text Example
White with #ED61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED61A0; }
p { color: rgb(237,97,160); }
H1.HeaderClassName
{
color: #ED61A0;
}
.AnyTagClassName
{
color: #ED61A0;
}
</style>
background-color css
<style>
a { background-color: #ED61A0; }
a { background-color: rgb(237,97,160); }
div.DivClassName
{
background-color: #ED61A0;
}
.BgClassName
{
background-color: #ED61A0;
}
</style>
border-color css
<style>
span { border-color: #ED61A0; }
span { border-color: rgb(237,97,160); }
td.TdClassName
{
border-color: #ED61A0;
}
.TagClassName
{
border-color: #ED61A0;
}
</style>