Shades of Brilliant Rose #EC60A3
Tints of Brilliant Rose #EC60A3
RGB
CMYK
RGB Variations
Color information
#EC60A3 (or 0xEC60A3) is known color: Brilliant Rose. HEX triplet: EC, 60 and A3. RGB value is (236,96,163). Sum of RGB (Red+Green+Blue) = 236+96+163=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC60A3 is #139F5C. Grayscale: #919191. Windows color (decimal): -1285981 or 10707180. OLE color: 10707180.
HSL color Cylindrical-coordinate representation of color #EC60A3: hue angle of 331.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60A3 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 163 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.07 |
| HSL | 331.29º | 0.79% | 0.65% | - |
| HSV(B) | 331.29º | 0.59% | 0.93% | - |
| XYZ | 45.39 | 28.84 | 37.83 | - |
| YUV | 145.5 | 137.88 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 163 | 0 | 0.59 | 0.31 | 0.07 | 331.29 | 0.79 | 0.65 |
| Hex | EC | 60 | A3 | 0 | 3B | 1F | 7 | 14B | 4F | 41 |
| Octal | 354 | 140 | 243 | 0 | 73 | 37 | 7 | 513 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10100011 | 0 | 111011 | 11111 | 111 | 101001011 | 1001111 | 1000001 |
Color Harmonies of #EC60A3
Complementary color
Monochromatic Colors of #EC60A3
Black with #EC60A3
Text Example
Text Example
White with #EC60A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60A3; }
p { color: rgb(236,96,163); }
H1.HeaderClassName
{
color: #EC60A3;
}
.AnyTagClassName
{
color: #EC60A3;
}
</style>
background-color css
<style>
a { background-color: #EC60A3; }
a { background-color: rgb(236,96,163); }
div.DivClassName
{
background-color: #EC60A3;
}
.BgClassName
{
background-color: #EC60A3;
}
</style>
border-color css
<style>
span { border-color: #EC60A3; }
span { border-color: rgb(236,96,163); }
td.TdClassName
{
border-color: #EC60A3;
}
.TagClassName
{
border-color: #EC60A3;
}
</style>