Shades of Brilliant Rose #EC5A99
Tints of Brilliant Rose #EC5A99
RGB
CMYK
RGB Variations
Color information
#EC5A99 (or 0xEC5A99) is known color: Brilliant Rose. HEX triplet: EC, 5A and 99. RGB value is (236,90,153). Sum of RGB (Red+Green+Blue) = 236+90+153=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5A99 is #13A566. Grayscale: #8C8C8C. Windows color (decimal): -1287527 or 10050284. OLE color: 10050284.
HSL color Cylindrical-coordinate representation of color #EC5A99: hue angle of 334.11º 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 #EC5A99 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 153 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.07 |
| HSL | 334.11º | 0.79% | 0.64% | - |
| HSV(B) | 334.11º | 0.62% | 0.93% | - |
| XYZ | 44 | 27.45 | 33.12 | - |
| YUV | 140.84 | 134.87 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 153 | 0 | 0.62 | 0.35 | 0.07 | 334.11 | 0.79 | 0.64 |
| Hex | EC | 5A | 99 | 0 | 3E | 23 | 7 | 14E | 4F | 40 |
| Octal | 354 | 132 | 231 | 0 | 76 | 43 | 7 | 516 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10011001 | 0 | 111110 | 100011 | 111 | 101001110 | 1001111 | 1000000 |
Color Harmonies of #EC5A99
Complementary color
Monochromatic Colors of #EC5A99
Black with #EC5A99
Text Example
Text Example
White with #EC5A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A99; }
p { color: rgb(236,90,153); }
H1.HeaderClassName
{
color: #EC5A99;
}
.AnyTagClassName
{
color: #EC5A99;
}
</style>
background-color css
<style>
a { background-color: #EC5A99; }
a { background-color: rgb(236,90,153); }
div.DivClassName
{
background-color: #EC5A99;
}
.BgClassName
{
background-color: #EC5A99;
}
</style>
border-color css
<style>
span { border-color: #EC5A99; }
span { border-color: rgb(236,90,153); }
td.TdClassName
{
border-color: #EC5A99;
}
.TagClassName
{
border-color: #EC5A99;
}
</style>