Shades of Brilliant Rose #EC4AAF
Tints of Brilliant Rose #EC4AAF
RGB
CMYK
RGB Variations
Color information
#EC4AAF (or 0xEC4AAF) is known color: Brilliant Rose. HEX triplet: EC, 4A and AF. RGB value is (236,74,175). Sum of RGB (Red+Green+Blue) = 236+74+175=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AAF is #13B550. Grayscale: #858585. Windows color (decimal): -1291601 or 11487980. OLE color: 11487980.
HSL color Cylindrical-coordinate representation of color #EC4AAF: hue angle of 322.59º 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 #EC4AAF is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 175 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.07 |
| HSL | 322.59º | 0.81% | 0.61% | - |
| HSV(B) | 322.59º | 0.69% | 0.93% | - |
| XYZ | 44.78 | 25.83 | 43.18 | - |
| YUV | 133.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 175 | 0 | 0.69 | 0.26 | 0.07 | 322.59 | 0.81 | 0.61 |
| Hex | EC | 4A | AF | 0 | 45 | 1A | 7 | 143 | 51 | 3D |
| Octal | 354 | 112 | 257 | 0 | 105 | 32 | 7 | 503 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10101111 | 0 | 1000101 | 11010 | 111 | 101000011 | 1010001 | 111101 |
Color Harmonies of #EC4AAF
Complementary color
Monochromatic Colors of #EC4AAF
Black with #EC4AAF
Text Example
Text Example
White with #EC4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AAF; }
p { color: rgb(236,74,175); }
H1.HeaderClassName
{
color: #EC4AAF;
}
.AnyTagClassName
{
color: #EC4AAF;
}
</style>
background-color css
<style>
a { background-color: #EC4AAF; }
a { background-color: rgb(236,74,175); }
div.DivClassName
{
background-color: #EC4AAF;
}
.BgClassName
{
background-color: #EC4AAF;
}
</style>
border-color css
<style>
span { border-color: #EC4AAF; }
span { border-color: rgb(236,74,175); }
td.TdClassName
{
border-color: #EC4AAF;
}
.TagClassName
{
border-color: #EC4AAF;
}
</style>