Shades of Brilliant Rose #ED569F
Tints of Brilliant Rose #ED569F
RGB
CMYK
RGB Variations
Color information
#ED569F (or 0xED569F) is known color: Brilliant Rose. HEX triplet: ED, 56 and 9F. RGB value is (237,86,159). Sum of RGB (Red+Green+Blue) = 237+86+159=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED569F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED569F is #12A960. Grayscale: #8B8B8B. Windows color (decimal): -1223009 or 10442477. OLE color: 10442477.
HSL color Cylindrical-coordinate representation of color #ED569F: hue angle of 330.99º 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 #ED569F is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 159 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.07 |
| HSL | 330.99º | 0.81% | 0.63% | - |
| HSV(B) | 330.99º | 0.64% | 0.93% | - |
| XYZ | 44.51 | 27.16 | 35.7 | - |
| YUV | 139.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 159 | 0 | 0.64 | 0.33 | 0.07 | 330.99 | 0.81 | 0.63 |
| Hex | ED | 56 | 9F | 0 | 40 | 21 | 7 | 14B | 51 | 3F |
| Octal | 355 | 126 | 237 | 0 | 100 | 41 | 7 | 513 | 121 | 77 |
| Binary | 11101101 | 1010110 | 10011111 | 0 | 1000000 | 100001 | 111 | 101001011 | 1010001 | 111111 |
Color Harmonies of #ED569F
Complementary color
Monochromatic Colors of #ED569F
Black with #ED569F
Text Example
Text Example
White with #ED569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED569F; }
p { color: rgb(237,86,159); }
H1.HeaderClassName
{
color: #ED569F;
}
.AnyTagClassName
{
color: #ED569F;
}
</style>
background-color css
<style>
a { background-color: #ED569F; }
a { background-color: rgb(237,86,159); }
div.DivClassName
{
background-color: #ED569F;
}
.BgClassName
{
background-color: #ED569F;
}
</style>
border-color css
<style>
span { border-color: #ED569F; }
span { border-color: rgb(237,86,159); }
td.TdClassName
{
border-color: #ED569F;
}
.TagClassName
{
border-color: #ED569F;
}
</style>