Shades of Brilliant Rose #EC44A7
Tints of Brilliant Rose #EC44A7
RGB
CMYK
RGB Variations
Color information
#EC44A7 (or 0xEC44A7) is known color: Brilliant Rose. HEX triplet: EC, 44 and A7. RGB value is (236,68,167). Sum of RGB (Red+Green+Blue) = 236+68+167=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44A7 is #13BB58. Grayscale: #818181. Windows color (decimal): -1293145 or 10962156. OLE color: 10962156.
HSL color Cylindrical-coordinate representation of color #EC44A7: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44A7 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 167 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.07 |
| HSL | 324.64º | 0.82% | 0.6% | - |
| HSV(B) | 324.64º | 0.71% | 0.93% | - |
| XYZ | 43.63 | 24.76 | 39.04 | - |
| YUV | 129.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 167 | 0 | 0.71 | 0.29 | 0.07 | 324.64 | 0.82 | 0.6 |
| Hex | EC | 44 | A7 | 0 | 47 | 1D | 7 | 145 | 52 | 3C |
| Octal | 354 | 104 | 247 | 0 | 107 | 35 | 7 | 505 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10100111 | 0 | 1000111 | 11101 | 111 | 101000101 | 1010010 | 111100 |
Color Harmonies of #EC44A7
Complementary color
Monochromatic Colors of #EC44A7
Black with #EC44A7
Text Example
Text Example
White with #EC44A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44A7; }
p { color: rgb(236,68,167); }
H1.HeaderClassName
{
color: #EC44A7;
}
.AnyTagClassName
{
color: #EC44A7;
}
</style>
background-color css
<style>
a { background-color: #EC44A7; }
a { background-color: rgb(236,68,167); }
div.DivClassName
{
background-color: #EC44A7;
}
.BgClassName
{
background-color: #EC44A7;
}
</style>
border-color css
<style>
span { border-color: #EC44A7; }
span { border-color: rgb(236,68,167); }
td.TdClassName
{
border-color: #EC44A7;
}
.TagClassName
{
border-color: #EC44A7;
}
</style>