Shades of Brilliant Rose #EC42AA
Tints of Brilliant Rose #EC42AA
RGB
CMYK
RGB Variations
Color information
#EC42AA (or 0xEC42AA) is known color: Brilliant Rose. HEX triplet: EC, 42 and AA. RGB value is (236,66,170). Sum of RGB (Red+Green+Blue) = 236+66+170=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42AA is #13BD55. Grayscale: #808080. Windows color (decimal): -1293654 or 11158252. OLE color: 11158252.
HSL color Cylindrical-coordinate representation of color #EC42AA: hue angle of 323.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42AA is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 170 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.07 |
| HSL | 323.29º | 0.82% | 0.59% | - |
| HSV(B) | 323.29º | 0.72% | 0.93% | - |
| XYZ | 43.8 | 24.63 | 40.48 | - |
| YUV | 128.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 170 | 0 | 0.72 | 0.28 | 0.07 | 323.29 | 0.82 | 0.59 |
| Hex | EC | 42 | AA | 0 | 48 | 1C | 7 | 143 | 52 | 3B |
| Octal | 354 | 102 | 252 | 0 | 110 | 34 | 7 | 503 | 122 | 73 |
| Binary | 11101100 | 1000010 | 10101010 | 0 | 1001000 | 11100 | 111 | 101000011 | 1010010 | 111011 |
Color Harmonies of #EC42AA
Complementary color
Monochromatic Colors of #EC42AA
Black with #EC42AA
Text Example
Text Example
White with #EC42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC42AA; }
p { color: rgb(236,66,170); }
H1.HeaderClassName
{
color: #EC42AA;
}
.AnyTagClassName
{
color: #EC42AA;
}
</style>
background-color css
<style>
a { background-color: #EC42AA; }
a { background-color: rgb(236,66,170); }
div.DivClassName
{
background-color: #EC42AA;
}
.BgClassName
{
background-color: #EC42AA;
}
</style>
border-color css
<style>
span { border-color: #EC42AA; }
span { border-color: rgb(236,66,170); }
td.TdClassName
{
border-color: #EC42AA;
}
.TagClassName
{
border-color: #EC42AA;
}
</style>