Shades of Brilliant Rose #EC599D
Tints of Brilliant Rose #EC599D
RGB
CMYK
RGB Variations
Color information
#EC599D (or 0xEC599D) is known color: Brilliant Rose. HEX triplet: EC, 59 and 9D. RGB value is (236,89,157). Sum of RGB (Red+Green+Blue) = 236+89+157=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC599D is #13A662. Grayscale: #8C8C8C. Windows color (decimal): -1287779 or 10312172. OLE color: 10312172.
HSL color Cylindrical-coordinate representation of color #EC599D: hue angle of 332.24º 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 #EC599D is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 157 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.07 |
| HSL | 332.24º | 0.79% | 0.64% | - |
| HSV(B) | 332.24º | 0.62% | 0.93% | - |
| XYZ | 44.25 | 27.41 | 34.86 | - |
| YUV | 140.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 157 | 0 | 0.62 | 0.33 | 0.07 | 332.24 | 0.79 | 0.64 |
| Hex | EC | 59 | 9D | 0 | 3E | 21 | 7 | 14C | 4F | 40 |
| Octal | 354 | 131 | 235 | 0 | 76 | 41 | 7 | 514 | 117 | 100 |
| Binary | 11101100 | 1011001 | 10011101 | 0 | 111110 | 100001 | 111 | 101001100 | 1001111 | 1000000 |
Color Harmonies of #EC599D
Complementary color
Monochromatic Colors of #EC599D
Black with #EC599D
Text Example
Text Example
White with #EC599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC599D; }
p { color: rgb(236,89,157); }
H1.HeaderClassName
{
color: #EC599D;
}
.AnyTagClassName
{
color: #EC599D;
}
</style>
background-color css
<style>
a { background-color: #EC599D; }
a { background-color: rgb(236,89,157); }
div.DivClassName
{
background-color: #EC599D;
}
.BgClassName
{
background-color: #EC599D;
}
</style>
border-color css
<style>
span { border-color: #EC599D; }
span { border-color: rgb(236,89,157); }
td.TdClassName
{
border-color: #EC599D;
}
.TagClassName
{
border-color: #EC599D;
}
</style>