Shades of Brilliant Rose #EC5A98
Tints of Brilliant Rose #EC5A98
RGB
CMYK
RGB Variations
Color information
#EC5A98 (or 0xEC5A98) is known color: Brilliant Rose. HEX triplet: EC, 5A and 98. RGB value is (236,90,152). Sum of RGB (Red+Green+Blue) = 236+90+152=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5A98 is #13A567. Grayscale: #8C8C8C. Windows color (decimal): -1287528 or 9984748. OLE color: 9984748.
HSL color Cylindrical-coordinate representation of color #EC5A98: hue angle of 334.52º 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 #EC5A98 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 152 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.07 |
| HSL | 334.52º | 0.79% | 0.64% | - |
| HSV(B) | 334.52º | 0.62% | 0.93% | - |
| XYZ | 43.92 | 27.41 | 32.68 | - |
| YUV | 140.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 152 | 0 | 0.62 | 0.36 | 0.07 | 334.52 | 0.79 | 0.64 |
| Hex | EC | 5A | 98 | 0 | 3E | 24 | 7 | 14F | 4F | 40 |
| Octal | 354 | 132 | 230 | 0 | 76 | 44 | 7 | 517 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10011000 | 0 | 111110 | 100100 | 111 | 101001111 | 1001111 | 1000000 |
Color Harmonies of #EC5A98
Complementary color
Monochromatic Colors of #EC5A98
Black with #EC5A98
Text Example
Text Example
White with #EC5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A98; }
p { color: rgb(236,90,152); }
H1.HeaderClassName
{
color: #EC5A98;
}
.AnyTagClassName
{
color: #EC5A98;
}
</style>
background-color css
<style>
a { background-color: #EC5A98; }
a { background-color: rgb(236,90,152); }
div.DivClassName
{
background-color: #EC5A98;
}
.BgClassName
{
background-color: #EC5A98;
}
</style>
border-color css
<style>
span { border-color: #EC5A98; }
span { border-color: rgb(236,90,152); }
td.TdClassName
{
border-color: #EC5A98;
}
.TagClassName
{
border-color: #EC5A98;
}
</style>