Shades of Brilliant Rose #ED61A8
Tints of Brilliant Rose #ED61A8
RGB
CMYK
RGB Variations
Color information
#ED61A8 (or 0xED61A8) is known color: Brilliant Rose. HEX triplet: ED, 61 and A8. RGB value is (237,97,168). Sum of RGB (Red+Green+Blue) = 237+97+168=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED61A8 is #129E57. Grayscale: #929292. Windows color (decimal): -1220184 or 11035117. OLE color: 11035117.
HSL color Cylindrical-coordinate representation of color #ED61A8: hue angle of 329.57º 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 #ED61A8 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 168 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.07 |
| HSL | 329.57º | 0.8% | 0.65% | - |
| HSV(B) | 329.57º | 0.59% | 0.93% | - |
| XYZ | 46.27 | 29.38 | 40.28 | - |
| YUV | 146.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 168 | 0 | 0.59 | 0.29 | 0.07 | 329.57 | 0.8 | 0.65 |
| Hex | ED | 61 | A8 | 0 | 3B | 1D | 7 | 14A | 50 | 41 |
| Octal | 355 | 141 | 250 | 0 | 73 | 35 | 7 | 512 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10101000 | 0 | 111011 | 11101 | 111 | 101001010 | 1010000 | 1000001 |
Color Harmonies of #ED61A8
Complementary color
Monochromatic Colors of #ED61A8
Black with #ED61A8
Text Example
Text Example
White with #ED61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED61A8; }
p { color: rgb(237,97,168); }
H1.HeaderClassName
{
color: #ED61A8;
}
.AnyTagClassName
{
color: #ED61A8;
}
</style>
background-color css
<style>
a { background-color: #ED61A8; }
a { background-color: rgb(237,97,168); }
div.DivClassName
{
background-color: #ED61A8;
}
.BgClassName
{
background-color: #ED61A8;
}
</style>
border-color css
<style>
span { border-color: #ED61A8; }
span { border-color: rgb(237,97,168); }
td.TdClassName
{
border-color: #ED61A8;
}
.TagClassName
{
border-color: #ED61A8;
}
</style>