Shades of Brilliant Rose #EC58A1
Tints of Brilliant Rose #EC58A1
RGB
CMYK
RGB Variations
Color information
#EC58A1 (or 0xEC58A1) is known color: Brilliant Rose. HEX triplet: EC, 58 and A1. RGB value is (236,88,161). Sum of RGB (Red+Green+Blue) = 236+88+161=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58A1 is #13A75E. Grayscale: #8C8C8C. Windows color (decimal): -1288031 or 10574060. OLE color: 10574060.
HSL color Cylindrical-coordinate representation of color #EC58A1: hue angle of 330.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58A1 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 161 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.07 |
| HSL | 330.41º | 0.8% | 0.64% | - |
| HSV(B) | 330.41º | 0.63% | 0.93% | - |
| XYZ | 44.51 | 27.39 | 36.66 | - |
| YUV | 140.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 161 | 0 | 0.63 | 0.32 | 0.07 | 330.41 | 0.8 | 0.64 |
| Hex | EC | 58 | A1 | 0 | 3F | 20 | 7 | 14A | 50 | 40 |
| Octal | 354 | 130 | 241 | 0 | 77 | 40 | 7 | 512 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10100001 | 0 | 111111 | 100000 | 111 | 101001010 | 1010000 | 1000000 |
Color Harmonies of #EC58A1
Complementary color
Monochromatic Colors of #EC58A1
Black with #EC58A1
Text Example
Text Example
White with #EC58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58A1; }
p { color: rgb(236,88,161); }
H1.HeaderClassName
{
color: #EC58A1;
}
.AnyTagClassName
{
color: #EC58A1;
}
</style>
background-color css
<style>
a { background-color: #EC58A1; }
a { background-color: rgb(236,88,161); }
div.DivClassName
{
background-color: #EC58A1;
}
.BgClassName
{
background-color: #EC58A1;
}
</style>
border-color css
<style>
span { border-color: #EC58A1; }
span { border-color: rgb(236,88,161); }
td.TdClassName
{
border-color: #EC58A1;
}
.TagClassName
{
border-color: #EC58A1;
}
</style>