Shades of Brilliant Rose #EC4EAA
Tints of Brilliant Rose #EC4EAA
RGB
CMYK
RGB Variations
Color information
#EC4EAA (or 0xEC4EAA) is known color: Brilliant Rose. HEX triplet: EC, 4E and AA. RGB value is (236,78,170). Sum of RGB (Red+Green+Blue) = 236+78+170=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4EAA is #13B155. Grayscale: #878787. Windows color (decimal): -1290582 or 11161324. OLE color: 11161324.
HSL color Cylindrical-coordinate representation of color #EC4EAA: hue angle of 325.06º 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 #EC4EAA is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 170 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.07 |
| HSL | 325.06º | 0.81% | 0.62% | - |
| HSV(B) | 325.06º | 0.67% | 0.93% | - |
| XYZ | 44.57 | 26.18 | 40.74 | - |
| YUV | 135.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 170 | 0 | 0.67 | 0.28 | 0.07 | 325.06 | 0.81 | 0.62 |
| Hex | EC | 4E | AA | 0 | 43 | 1C | 7 | 145 | 51 | 3E |
| Octal | 354 | 116 | 252 | 0 | 103 | 34 | 7 | 505 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10101010 | 0 | 1000011 | 11100 | 111 | 101000101 | 1010001 | 111110 |
Color Harmonies of #EC4EAA
Complementary color
Monochromatic Colors of #EC4EAA
Black with #EC4EAA
Text Example
Text Example
White with #EC4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EAA; }
p { color: rgb(236,78,170); }
H1.HeaderClassName
{
color: #EC4EAA;
}
.AnyTagClassName
{
color: #EC4EAA;
}
</style>
background-color css
<style>
a { background-color: #EC4EAA; }
a { background-color: rgb(236,78,170); }
div.DivClassName
{
background-color: #EC4EAA;
}
.BgClassName
{
background-color: #EC4EAA;
}
</style>
border-color css
<style>
span { border-color: #EC4EAA; }
span { border-color: rgb(236,78,170); }
td.TdClassName
{
border-color: #EC4EAA;
}
.TagClassName
{
border-color: #EC4EAA;
}
</style>