Shades of Brilliant Rose #EC4EAC
Tints of Brilliant Rose #EC4EAC
RGB
CMYK
RGB Variations
Color information
#EC4EAC (or 0xEC4EAC) is known color: Brilliant Rose. HEX triplet: EC, 4E and AC. RGB value is (236,78,172). Sum of RGB (Red+Green+Blue) = 236+78+172=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4EAC is #13B153. Grayscale: #878787. Windows color (decimal): -1290580 or 11292396. OLE color: 11292396.
HSL color Cylindrical-coordinate representation of color #EC4EAC: hue angle of 324.3º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4EAC is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 172 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.07 |
| HSL | 324.3º | 0.81% | 0.62% | - |
| HSV(B) | 324.3º | 0.67% | 0.93% | - |
| XYZ | 44.76 | 26.26 | 41.74 | - |
| YUV | 135.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 172 | 0 | 0.67 | 0.27 | 0.07 | 324.3 | 0.81 | 0.62 |
| Hex | EC | 4E | AC | 0 | 43 | 1B | 7 | 144 | 51 | 3E |
| Octal | 354 | 116 | 254 | 0 | 103 | 33 | 7 | 504 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10101100 | 0 | 1000011 | 11011 | 111 | 101000100 | 1010001 | 111110 |
Color Harmonies of #EC4EAC
Complementary color
Monochromatic Colors of #EC4EAC
Black with #EC4EAC
Text Example
Text Example
White with #EC4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EAC; }
p { color: rgb(236,78,172); }
H1.HeaderClassName
{
color: #EC4EAC;
}
.AnyTagClassName
{
color: #EC4EAC;
}
</style>
background-color css
<style>
a { background-color: #EC4EAC; }
a { background-color: rgb(236,78,172); }
div.DivClassName
{
background-color: #EC4EAC;
}
.BgClassName
{
background-color: #EC4EAC;
}
</style>
border-color css
<style>
span { border-color: #EC4EAC; }
span { border-color: rgb(236,78,172); }
td.TdClassName
{
border-color: #EC4EAC;
}
.TagClassName
{
border-color: #EC4EAC;
}
</style>