Shades of Brilliant Rose #ED569B
Tints of Brilliant Rose #ED569B
RGB
CMYK
RGB Variations
Color information
#ED569B (or 0xED569B) is known color: Brilliant Rose. HEX triplet: ED, 56 and 9B. RGB value is (237,86,155). Sum of RGB (Red+Green+Blue) = 237+86+155=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED569B is #12A964. Grayscale: #8A8A8A. Windows color (decimal): -1223013 or 10180333. OLE color: 10180333.
HSL color Cylindrical-coordinate representation of color #ED569B: hue angle of 332.58º 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 #ED569B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 155 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.07 |
| HSL | 332.58º | 0.81% | 0.63% | - |
| HSV(B) | 332.58º | 0.64% | 0.93% | - |
| XYZ | 44.17 | 27.03 | 33.9 | - |
| YUV | 139.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 155 | 0 | 0.64 | 0.35 | 0.07 | 332.58 | 0.81 | 0.63 |
| Hex | ED | 56 | 9B | 0 | 40 | 23 | 7 | 14D | 51 | 3F |
| Octal | 355 | 126 | 233 | 0 | 100 | 43 | 7 | 515 | 121 | 77 |
| Binary | 11101101 | 1010110 | 10011011 | 0 | 1000000 | 100011 | 111 | 101001101 | 1010001 | 111111 |
Color Harmonies of #ED569B
Complementary color
Monochromatic Colors of #ED569B
Black with #ED569B
Text Example
Text Example
White with #ED569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED569B; }
p { color: rgb(237,86,155); }
H1.HeaderClassName
{
color: #ED569B;
}
.AnyTagClassName
{
color: #ED569B;
}
</style>
background-color css
<style>
a { background-color: #ED569B; }
a { background-color: rgb(237,86,155); }
div.DivClassName
{
background-color: #ED569B;
}
.BgClassName
{
background-color: #ED569B;
}
</style>
border-color css
<style>
span { border-color: #ED569B; }
span { border-color: rgb(237,86,155); }
td.TdClassName
{
border-color: #ED569B;
}
.TagClassName
{
border-color: #ED569B;
}
</style>