Shades of Brilliant Rose #EC5AA2
Tints of Brilliant Rose #EC5AA2
RGB
CMYK
RGB Variations
Color information
#EC5AA2 (or 0xEC5AA2) is known color: Brilliant Rose. HEX triplet: EC, 5A and A2. RGB value is (236,90,162). Sum of RGB (Red+Green+Blue) = 236+90+162=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AA2 is #13A55D. Grayscale: #8D8D8D. Windows color (decimal): -1287518 or 10640108. OLE color: 10640108.
HSL color Cylindrical-coordinate representation of color #EC5AA2: hue angle of 330.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AA2 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 162 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.07 |
| HSL | 330.41º | 0.79% | 0.64% | - |
| HSV(B) | 330.41º | 0.62% | 0.93% | - |
| XYZ | 44.77 | 27.75 | 37.18 | - |
| YUV | 141.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 162 | 0 | 0.62 | 0.31 | 0.07 | 330.41 | 0.79 | 0.64 |
| Hex | EC | 5A | A2 | 0 | 3E | 1F | 7 | 14A | 4F | 40 |
| Octal | 354 | 132 | 242 | 0 | 76 | 37 | 7 | 512 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10100010 | 0 | 111110 | 11111 | 111 | 101001010 | 1001111 | 1000000 |
Color Harmonies of #EC5AA2
Complementary color
Monochromatic Colors of #EC5AA2
Black with #EC5AA2
Text Example
Text Example
White with #EC5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AA2; }
p { color: rgb(236,90,162); }
H1.HeaderClassName
{
color: #EC5AA2;
}
.AnyTagClassName
{
color: #EC5AA2;
}
</style>
background-color css
<style>
a { background-color: #EC5AA2; }
a { background-color: rgb(236,90,162); }
div.DivClassName
{
background-color: #EC5AA2;
}
.BgClassName
{
background-color: #EC5AA2;
}
</style>
border-color css
<style>
span { border-color: #EC5AA2; }
span { border-color: rgb(236,90,162); }
td.TdClassName
{
border-color: #EC5AA2;
}
.TagClassName
{
border-color: #EC5AA2;
}
</style>