Shades of Brilliant Rose #EC4AA9
Tints of Brilliant Rose #EC4AA9
RGB
CMYK
RGB Variations
Color information
#EC4AA9 (or 0xEC4AA9) is known color: Brilliant Rose. HEX triplet: EC, 4A and A9. RGB value is (236,74,169). Sum of RGB (Red+Green+Blue) = 236+74+169=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AA9 is #13B556. Grayscale: #858585. Windows color (decimal): -1291607 or 11094764. OLE color: 11094764.
HSL color Cylindrical-coordinate representation of color #EC4AA9: hue angle of 324.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4AA9 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 169 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.07 |
| HSL | 324.81º | 0.81% | 0.61% | - |
| HSV(B) | 324.81º | 0.69% | 0.93% | - |
| XYZ | 44.2 | 25.6 | 40.15 | - |
| YUV | 133.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 169 | 0 | 0.69 | 0.28 | 0.07 | 324.81 | 0.81 | 0.61 |
| Hex | EC | 4A | A9 | 0 | 45 | 1C | 7 | 145 | 51 | 3D |
| Octal | 354 | 112 | 251 | 0 | 105 | 34 | 7 | 505 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10101001 | 0 | 1000101 | 11100 | 111 | 101000101 | 1010001 | 111101 |
Color Harmonies of #EC4AA9
Complementary color
Monochromatic Colors of #EC4AA9
Black with #EC4AA9
Text Example
Text Example
White with #EC4AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AA9; }
p { color: rgb(236,74,169); }
H1.HeaderClassName
{
color: #EC4AA9;
}
.AnyTagClassName
{
color: #EC4AA9;
}
</style>
background-color css
<style>
a { background-color: #EC4AA9; }
a { background-color: rgb(236,74,169); }
div.DivClassName
{
background-color: #EC4AA9;
}
.BgClassName
{
background-color: #EC4AA9;
}
</style>
border-color css
<style>
span { border-color: #EC4AA9; }
span { border-color: rgb(236,74,169); }
td.TdClassName
{
border-color: #EC4AA9;
}
.TagClassName
{
border-color: #EC4AA9;
}
</style>