Shades of Brilliant Rose #ED599B
Tints of Brilliant Rose #ED599B
RGB
CMYK
RGB Variations
Color information
#ED599B (or 0xED599B) is known color: Brilliant Rose. HEX triplet: ED, 59 and 9B. RGB value is (237,89,155). Sum of RGB (Red+Green+Blue) = 237+89+155=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED599B is #12A664. Grayscale: #8C8C8C. Windows color (decimal): -1222245 or 10181101. OLE color: 10181101.
HSL color Cylindrical-coordinate representation of color #ED599B: hue angle of 333.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED599B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 155 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.07 |
| HSL | 333.24º | 0.8% | 0.64% | - |
| HSV(B) | 333.24º | 0.62% | 0.93% | - |
| XYZ | 44.41 | 27.52 | 33.98 | - |
| YUV | 140.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 155 | 0 | 0.62 | 0.35 | 0.07 | 333.24 | 0.8 | 0.64 |
| Hex | ED | 59 | 9B | 0 | 3E | 23 | 7 | 14D | 50 | 40 |
| Octal | 355 | 131 | 233 | 0 | 76 | 43 | 7 | 515 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10011011 | 0 | 111110 | 100011 | 111 | 101001101 | 1010000 | 1000000 |
Color Harmonies of #ED599B
Complementary color
Monochromatic Colors of #ED599B
Black with #ED599B
Text Example
Text Example
White with #ED599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED599B; }
p { color: rgb(237,89,155); }
H1.HeaderClassName
{
color: #ED599B;
}
.AnyTagClassName
{
color: #ED599B;
}
</style>
background-color css
<style>
a { background-color: #ED599B; }
a { background-color: rgb(237,89,155); }
div.DivClassName
{
background-color: #ED599B;
}
.BgClassName
{
background-color: #ED599B;
}
</style>
border-color css
<style>
span { border-color: #ED599B; }
span { border-color: rgb(237,89,155); }
td.TdClassName
{
border-color: #ED599B;
}
.TagClassName
{
border-color: #ED599B;
}
</style>