Shades of Brilliant Rose #EC4FAA
Tints of Brilliant Rose #EC4FAA
RGB
CMYK
RGB Variations
Color information
#EC4FAA (or 0xEC4FAA) is known color: Brilliant Rose. HEX triplet: EC, 4F and AA. RGB value is (236,79,170). Sum of RGB (Red+Green+Blue) = 236+79+170=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4FAA is #13B055. Grayscale: #888888. Windows color (decimal): -1290326 or 11161580. OLE color: 11161580.
HSL color Cylindrical-coordinate representation of color #EC4FAA: hue angle of 325.22º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FAA is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 170 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.07 |
| HSL | 325.22º | 0.81% | 0.62% | - |
| HSV(B) | 325.22º | 0.67% | 0.93% | - |
| XYZ | 44.64 | 26.33 | 40.76 | - |
| YUV | 136.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 170 | 0 | 0.67 | 0.28 | 0.07 | 325.22 | 0.81 | 0.62 |
| Hex | EC | 4F | AA | 0 | 43 | 1C | 7 | 145 | 51 | 3E |
| Octal | 354 | 117 | 252 | 0 | 103 | 34 | 7 | 505 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10101010 | 0 | 1000011 | 11100 | 111 | 101000101 | 1010001 | 111110 |
Color Harmonies of #EC4FAA
Complementary color
Monochromatic Colors of #EC4FAA
Black with #EC4FAA
Text Example
Text Example
White with #EC4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FAA; }
p { color: rgb(236,79,170); }
H1.HeaderClassName
{
color: #EC4FAA;
}
.AnyTagClassName
{
color: #EC4FAA;
}
</style>
background-color css
<style>
a { background-color: #EC4FAA; }
a { background-color: rgb(236,79,170); }
div.DivClassName
{
background-color: #EC4FAA;
}
.BgClassName
{
background-color: #EC4FAA;
}
</style>
border-color css
<style>
span { border-color: #EC4FAA; }
span { border-color: rgb(236,79,170); }
td.TdClassName
{
border-color: #EC4FAA;
}
.TagClassName
{
border-color: #EC4FAA;
}
</style>