Shades of Brilliant Rose #EC4EB2
Tints of Brilliant Rose #EC4EB2
RGB
CMYK
RGB Variations
Color information
#EC4EB2 (or 0xEC4EB2) is known color: Brilliant Rose. HEX triplet: EC, 4E and B2. RGB value is (236,78,178). Sum of RGB (Red+Green+Blue) = 236+78+178=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4EB2 is #13B14D. Grayscale: #888888. Windows color (decimal): -1290574 or 11685612. OLE color: 11685612.
HSL color Cylindrical-coordinate representation of color #EC4EB2: hue angle of 322.03º 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 #EC4EB2 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 178 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.07 |
| HSL | 322.03º | 0.81% | 0.62% | - |
| HSV(B) | 322.03º | 0.67% | 0.93% | - |
| XYZ | 45.35 | 26.5 | 44.84 | - |
| YUV | 136.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 178 | 0 | 0.67 | 0.25 | 0.07 | 322.03 | 0.81 | 0.62 |
| Hex | EC | 4E | B2 | 0 | 43 | 19 | 7 | 142 | 51 | 3E |
| Octal | 354 | 116 | 262 | 0 | 103 | 31 | 7 | 502 | 121 | 76 |
| Binary | 11101100 | 1001110 | 10110010 | 0 | 1000011 | 11001 | 111 | 101000010 | 1010001 | 111110 |
Color Harmonies of #EC4EB2
Complementary color
Monochromatic Colors of #EC4EB2
Black with #EC4EB2
Text Example
Text Example
White with #EC4EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EB2; }
p { color: rgb(236,78,178); }
H1.HeaderClassName
{
color: #EC4EB2;
}
.AnyTagClassName
{
color: #EC4EB2;
}
</style>
background-color css
<style>
a { background-color: #EC4EB2; }
a { background-color: rgb(236,78,178); }
div.DivClassName
{
background-color: #EC4EB2;
}
.BgClassName
{
background-color: #EC4EB2;
}
</style>
border-color css
<style>
span { border-color: #EC4EB2; }
span { border-color: rgb(236,78,178); }
td.TdClassName
{
border-color: #EC4EB2;
}
.TagClassName
{
border-color: #EC4EB2;
}
</style>