Shades of Brilliant Rose #EC62A6
Tints of Brilliant Rose #EC62A6
RGB
CMYK
RGB Variations
Color information
#EC62A6 (or 0xEC62A6) is known color: Brilliant Rose. HEX triplet: EC, 62 and A6. RGB value is (236,98,166). Sum of RGB (Red+Green+Blue) = 236+98+166=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC62A6 is #139D59. Grayscale: #929292. Windows color (decimal): -1285466 or 10904300. OLE color: 10904300.
HSL color Cylindrical-coordinate representation of color #EC62A6: hue angle of 330.43º 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 #EC62A6 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 166 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.07 |
| HSL | 330.43º | 0.78% | 0.65% | - |
| HSV(B) | 330.43º | 0.58% | 0.93% | - |
| XYZ | 45.84 | 29.32 | 39.32 | - |
| YUV | 147.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 166 | 0 | 0.58 | 0.30 | 0.07 | 330.43 | 0.78 | 0.65 |
| Hex | EC | 62 | A6 | 0 | 3A | 1E | 7 | 14A | 4E | 41 |
| Octal | 354 | 142 | 246 | 0 | 72 | 36 | 7 | 512 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10100110 | 0 | 111010 | 11110 | 111 | 101001010 | 1001110 | 1000001 |
Color Harmonies of #EC62A6
Complementary color
Monochromatic Colors of #EC62A6
Black with #EC62A6
Text Example
Text Example
White with #EC62A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62A6; }
p { color: rgb(236,98,166); }
H1.HeaderClassName
{
color: #EC62A6;
}
.AnyTagClassName
{
color: #EC62A6;
}
</style>
background-color css
<style>
a { background-color: #EC62A6; }
a { background-color: rgb(236,98,166); }
div.DivClassName
{
background-color: #EC62A6;
}
.BgClassName
{
background-color: #EC62A6;
}
</style>
border-color css
<style>
span { border-color: #EC62A6; }
span { border-color: rgb(236,98,166); }
td.TdClassName
{
border-color: #EC62A6;
}
.TagClassName
{
border-color: #EC62A6;
}
</style>