Shades of Brilliant Rose #EC55AF
Tints of Brilliant Rose #EC55AF
RGB
CMYK
RGB Variations
Color information
#EC55AF (or 0xEC55AF) is known color: Brilliant Rose. HEX triplet: EC, 55 and AF. RGB value is (236,85,175). Sum of RGB (Red+Green+Blue) = 236+85+175=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55AF is #13AA50. Grayscale: #8C8C8C. Windows color (decimal): -1288785 or 11490796. OLE color: 11490796.
HSL color Cylindrical-coordinate representation of color #EC55AF: hue angle of 324.24º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55AF is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 175 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.07 |
| HSL | 324.24º | 0.8% | 0.63% | - |
| HSV(B) | 324.24º | 0.64% | 0.93% | - |
| XYZ | 45.58 | 27.43 | 43.45 | - |
| YUV | 140.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 175 | 0 | 0.64 | 0.26 | 0.07 | 324.24 | 0.8 | 0.63 |
| Hex | EC | 55 | AF | 0 | 40 | 1A | 7 | 144 | 50 | 3F |
| Octal | 354 | 125 | 257 | 0 | 100 | 32 | 7 | 504 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10101111 | 0 | 1000000 | 11010 | 111 | 101000100 | 1010000 | 111111 |
Color Harmonies of #EC55AF
Complementary color
Monochromatic Colors of #EC55AF
Black with #EC55AF
Text Example
Text Example
White with #EC55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55AF; }
p { color: rgb(236,85,175); }
H1.HeaderClassName
{
color: #EC55AF;
}
.AnyTagClassName
{
color: #EC55AF;
}
</style>
background-color css
<style>
a { background-color: #EC55AF; }
a { background-color: rgb(236,85,175); }
div.DivClassName
{
background-color: #EC55AF;
}
.BgClassName
{
background-color: #EC55AF;
}
</style>
border-color css
<style>
span { border-color: #EC55AF; }
span { border-color: rgb(236,85,175); }
td.TdClassName
{
border-color: #EC55AF;
}
.TagClassName
{
border-color: #EC55AF;
}
</style>