Shades of Brilliant Rose #EC599F
Tints of Brilliant Rose #EC599F
RGB
CMYK
RGB Variations
Color information
#EC599F (or 0xEC599F) is known color: Brilliant Rose. HEX triplet: EC, 59 and 9F. RGB value is (236,89,159). Sum of RGB (Red+Green+Blue) = 236+89+159=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC599F is #13A660. Grayscale: #8C8C8C. Windows color (decimal): -1287777 or 10443244. OLE color: 10443244.
HSL color Cylindrical-coordinate representation of color #EC599F: hue angle of 331.43º degrees, saturation: 0.79, 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 #EC599F is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 159 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.07 |
| HSL | 331.43º | 0.79% | 0.64% | - |
| HSV(B) | 331.43º | 0.62% | 0.93% | - |
| XYZ | 44.42 | 27.48 | 35.76 | - |
| YUV | 140.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 159 | 0 | 0.62 | 0.33 | 0.07 | 331.43 | 0.79 | 0.64 |
| Hex | EC | 59 | 9F | 0 | 3E | 21 | 7 | 14B | 4F | 40 |
| Octal | 354 | 131 | 237 | 0 | 76 | 41 | 7 | 513 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10011111 | 0 | 111110 | 100001 | 111 | 101001011 | 1001111 | 1000000 |
Color Harmonies of #EC599F
Complementary color
Monochromatic Colors of #EC599F
Black with #EC599F
Text Example
Text Example
White with #EC599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC599F; }
p { color: rgb(236,89,159); }
H1.HeaderClassName
{
color: #EC599F;
}
.AnyTagClassName
{
color: #EC599F;
}
</style>
background-color css
<style>
a { background-color: #EC599F; }
a { background-color: rgb(236,89,159); }
div.DivClassName
{
background-color: #EC599F;
}
.BgClassName
{
background-color: #EC599F;
}
</style>
border-color css
<style>
span { border-color: #EC599F; }
span { border-color: rgb(236,89,159); }
td.TdClassName
{
border-color: #EC599F;
}
.TagClassName
{
border-color: #EC599F;
}
</style>