Shades of Brilliant Rose #EC44A4
Tints of Brilliant Rose #EC44A4
RGB
CMYK
RGB Variations
Color information
#EC44A4 (or 0xEC44A4) is known color: Brilliant Rose. HEX triplet: EC, 44 and A4. RGB value is (236,68,164). Sum of RGB (Red+Green+Blue) = 236+68+164=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44A4 is #13BB5B. Grayscale: #808080. Windows color (decimal): -1293148 or 10765548. OLE color: 10765548.
HSL color Cylindrical-coordinate representation of color #EC44A4: hue angle of 325.71º 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 #EC44A4 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 164 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.07 |
| HSL | 325.71º | 0.82% | 0.6% | - |
| HSV(B) | 325.71º | 0.71% | 0.93% | - |
| XYZ | 43.36 | 24.65 | 37.59 | - |
| YUV | 129.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 164 | 0 | 0.71 | 0.31 | 0.07 | 325.71 | 0.82 | 0.6 |
| Hex | EC | 44 | A4 | 0 | 47 | 1F | 7 | 146 | 52 | 3C |
| Octal | 354 | 104 | 244 | 0 | 107 | 37 | 7 | 506 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10100100 | 0 | 1000111 | 11111 | 111 | 101000110 | 1010010 | 111100 |
Color Harmonies of #EC44A4
Complementary color
Monochromatic Colors of #EC44A4
Black with #EC44A4
Text Example
Text Example
White with #EC44A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44A4; }
p { color: rgb(236,68,164); }
H1.HeaderClassName
{
color: #EC44A4;
}
.AnyTagClassName
{
color: #EC44A4;
}
</style>
background-color css
<style>
a { background-color: #EC44A4; }
a { background-color: rgb(236,68,164); }
div.DivClassName
{
background-color: #EC44A4;
}
.BgClassName
{
background-color: #EC44A4;
}
</style>
border-color css
<style>
span { border-color: #EC44A4; }
span { border-color: rgb(236,68,164); }
td.TdClassName
{
border-color: #EC44A4;
}
.TagClassName
{
border-color: #EC44A4;
}
</style>