Shades of Brilliant Rose #EC4AA4
Tints of Brilliant Rose #EC4AA4
RGB
CMYK
RGB Variations
Color information
#EC4AA4 (or 0xEC4AA4) is known color: Brilliant Rose. HEX triplet: EC, 4A and A4. RGB value is (236,74,164). Sum of RGB (Red+Green+Blue) = 236+74+164=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AA4 is #13B55B. Grayscale: #848484. Windows color (decimal): -1291612 or 10767084. OLE color: 10767084.
HSL color Cylindrical-coordinate representation of color #EC4AA4: hue angle of 326.67º 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 #EC4AA4 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 164 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.07 |
| HSL | 326.67º | 0.81% | 0.61% | - |
| HSV(B) | 326.67º | 0.69% | 0.93% | - |
| XYZ | 43.74 | 25.41 | 37.72 | - |
| YUV | 132.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 164 | 0 | 0.69 | 0.31 | 0.07 | 326.67 | 0.81 | 0.61 |
| Hex | EC | 4A | A4 | 0 | 45 | 1F | 7 | 147 | 51 | 3D |
| Octal | 354 | 112 | 244 | 0 | 105 | 37 | 7 | 507 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10100100 | 0 | 1000101 | 11111 | 111 | 101000111 | 1010001 | 111101 |
Color Harmonies of #EC4AA4
Complementary color
Monochromatic Colors of #EC4AA4
Black with #EC4AA4
Text Example
Text Example
White with #EC4AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AA4; }
p { color: rgb(236,74,164); }
H1.HeaderClassName
{
color: #EC4AA4;
}
.AnyTagClassName
{
color: #EC4AA4;
}
</style>
background-color css
<style>
a { background-color: #EC4AA4; }
a { background-color: rgb(236,74,164); }
div.DivClassName
{
background-color: #EC4AA4;
}
.BgClassName
{
background-color: #EC4AA4;
}
</style>
border-color css
<style>
span { border-color: #EC4AA4; }
span { border-color: rgb(236,74,164); }
td.TdClassName
{
border-color: #EC4AA4;
}
.TagClassName
{
border-color: #EC4AA4;
}
</style>