Shades of Brilliant Rose #EC5CA2
Tints of Brilliant Rose #EC5CA2
RGB
CMYK
RGB Variations
Color information
#EC5CA2 (or 0xEC5CA2) is known color: Brilliant Rose. HEX triplet: EC, 5C and A2. RGB value is (236,92,162). Sum of RGB (Red+Green+Blue) = 236+92+162=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5CA2 is #13A35D. Grayscale: #8E8E8E. Windows color (decimal): -1287006 or 10640620. OLE color: 10640620.
HSL color Cylindrical-coordinate representation of color #EC5CA2: hue angle of 330.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CA2 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 162 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.07 |
| HSL | 330.83º | 0.79% | 0.64% | - |
| HSV(B) | 330.83º | 0.61% | 0.93% | - |
| XYZ | 44.94 | 28.1 | 37.24 | - |
| YUV | 143.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 162 | 0 | 0.61 | 0.31 | 0.07 | 330.83 | 0.79 | 0.64 |
| Hex | EC | 5C | A2 | 0 | 3D | 1F | 7 | 14B | 4F | 40 |
| Octal | 354 | 134 | 242 | 0 | 75 | 37 | 7 | 513 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10100010 | 0 | 111101 | 11111 | 111 | 101001011 | 1001111 | 1000000 |
Color Harmonies of #EC5CA2
Complementary color
Monochromatic Colors of #EC5CA2
Black with #EC5CA2
Text Example
Text Example
White with #EC5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CA2; }
p { color: rgb(236,92,162); }
H1.HeaderClassName
{
color: #EC5CA2;
}
.AnyTagClassName
{
color: #EC5CA2;
}
</style>
background-color css
<style>
a { background-color: #EC5CA2; }
a { background-color: rgb(236,92,162); }
div.DivClassName
{
background-color: #EC5CA2;
}
.BgClassName
{
background-color: #EC5CA2;
}
</style>
border-color css
<style>
span { border-color: #EC5CA2; }
span { border-color: rgb(236,92,162); }
td.TdClassName
{
border-color: #EC5CA2;
}
.TagClassName
{
border-color: #EC5CA2;
}
</style>