Shades of Brilliant Rose #ED599A
Tints of Brilliant Rose #ED599A
RGB
CMYK
RGB Variations
Color information
#ED599A (or 0xED599A) is known color: Brilliant Rose. HEX triplet: ED, 59 and 9A. RGB value is (237,89,154). Sum of RGB (Red+Green+Blue) = 237+89+154=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED599A is #12A665. Grayscale: #8C8C8C. Windows color (decimal): -1222246 or 10115565. OLE color: 10115565.
HSL color Cylindrical-coordinate representation of color #ED599A: hue angle of 333.65º 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 #ED599A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 154 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.07 |
| HSL | 333.65º | 0.8% | 0.64% | - |
| HSV(B) | 333.65º | 0.62% | 0.93% | - |
| XYZ | 44.33 | 27.48 | 33.54 | - |
| YUV | 140.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 154 | 0 | 0.62 | 0.35 | 0.07 | 333.65 | 0.8 | 0.64 |
| Hex | ED | 59 | 9A | 0 | 3E | 23 | 7 | 14E | 50 | 40 |
| Octal | 355 | 131 | 232 | 0 | 76 | 43 | 7 | 516 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10011010 | 0 | 111110 | 100011 | 111 | 101001110 | 1010000 | 1000000 |
Color Harmonies of #ED599A
Complementary color
Monochromatic Colors of #ED599A
Black with #ED599A
Text Example
Text Example
White with #ED599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED599A; }
p { color: rgb(237,89,154); }
H1.HeaderClassName
{
color: #ED599A;
}
.AnyTagClassName
{
color: #ED599A;
}
</style>
background-color css
<style>
a { background-color: #ED599A; }
a { background-color: rgb(237,89,154); }
div.DivClassName
{
background-color: #ED599A;
}
.BgClassName
{
background-color: #ED599A;
}
</style>
border-color css
<style>
span { border-color: #ED599A; }
span { border-color: rgb(237,89,154); }
td.TdClassName
{
border-color: #ED599A;
}
.TagClassName
{
border-color: #ED599A;
}
</style>