Shades of Brilliant Rose #EC629E
Tints of Brilliant Rose #EC629E
RGB
CMYK
RGB Variations
Color information
#EC629E (or 0xEC629E) is known color: Brilliant Rose. HEX triplet: EC, 62 and 9E. RGB value is (236,98,158). Sum of RGB (Red+Green+Blue) = 236+98+158=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC629E is #139D61. Grayscale: #929292. Windows color (decimal): -1285474 or 10380012. OLE color: 10380012.
HSL color Cylindrical-coordinate representation of color #EC629E: hue angle of 333.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC629E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 158 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.07 |
| HSL | 333.91º | 0.78% | 0.65% | - |
| HSV(B) | 333.91º | 0.58% | 0.93% | - |
| XYZ | 45.13 | 29.04 | 35.57 | - |
| YUV | 146.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 158 | 0 | 0.58 | 0.33 | 0.07 | 333.91 | 0.78 | 0.65 |
| Hex | EC | 62 | 9E | 0 | 3A | 21 | 7 | 14E | 4E | 41 |
| Octal | 354 | 142 | 236 | 0 | 72 | 41 | 7 | 516 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10011110 | 0 | 111010 | 100001 | 111 | 101001110 | 1001110 | 1000001 |
Color Harmonies of #EC629E
Complementary color
Monochromatic Colors of #EC629E
Black with #EC629E
Text Example
Text Example
White with #EC629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC629E; }
p { color: rgb(236,98,158); }
H1.HeaderClassName
{
color: #EC629E;
}
.AnyTagClassName
{
color: #EC629E;
}
</style>
background-color css
<style>
a { background-color: #EC629E; }
a { background-color: rgb(236,98,158); }
div.DivClassName
{
background-color: #EC629E;
}
.BgClassName
{
background-color: #EC629E;
}
</style>
border-color css
<style>
span { border-color: #EC629E; }
span { border-color: rgb(236,98,158); }
td.TdClassName
{
border-color: #EC629E;
}
.TagClassName
{
border-color: #EC629E;
}
</style>