Shades of Brilliant Rose #EC56AF
Tints of Brilliant Rose #EC56AF
RGB
CMYK
RGB Variations
Color information
#EC56AF (or 0xEC56AF) is known color: Brilliant Rose. HEX triplet: EC, 56 and AF. RGB value is (236,86,175). Sum of RGB (Red+Green+Blue) = 236+86+175=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56AF is #13A950. Grayscale: #8C8C8C. Windows color (decimal): -1288529 or 11491052. OLE color: 11491052.
HSL color Cylindrical-coordinate representation of color #EC56AF: hue angle of 324.4º 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 #EC56AF is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 175 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.07 |
| HSL | 324.4º | 0.8% | 0.63% | - |
| HSV(B) | 324.4º | 0.64% | 0.93% | - |
| XYZ | 45.66 | 27.58 | 43.48 | - |
| YUV | 141 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 175 | 0 | 0.64 | 0.26 | 0.07 | 324.4 | 0.8 | 0.63 |
| Hex | EC | 56 | AF | 0 | 40 | 1A | 7 | 144 | 50 | 3F |
| Octal | 354 | 126 | 257 | 0 | 100 | 32 | 7 | 504 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10101111 | 0 | 1000000 | 11010 | 111 | 101000100 | 1010000 | 111111 |
Color Harmonies of #EC56AF
Complementary color
Monochromatic Colors of #EC56AF
Black with #EC56AF
Text Example
Text Example
White with #EC56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC56AF; }
p { color: rgb(236,86,175); }
H1.HeaderClassName
{
color: #EC56AF;
}
.AnyTagClassName
{
color: #EC56AF;
}
</style>
background-color css
<style>
a { background-color: #EC56AF; }
a { background-color: rgb(236,86,175); }
div.DivClassName
{
background-color: #EC56AF;
}
.BgClassName
{
background-color: #EC56AF;
}
</style>
border-color css
<style>
span { border-color: #EC56AF; }
span { border-color: rgb(236,86,175); }
td.TdClassName
{
border-color: #EC56AF;
}
.TagClassName
{
border-color: #EC56AF;
}
</style>