Shades of Brilliant Rose #EC4CB0
Tints of Brilliant Rose #EC4CB0
RGB
CMYK
RGB Variations
Color information
#EC4CB0 (or 0xEC4CB0) is known color: Brilliant Rose. HEX triplet: EC, 4C and B0. RGB value is (236,76,176). Sum of RGB (Red+Green+Blue) = 236+76+176=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CB0 is #13B34F. Grayscale: #878787. Windows color (decimal): -1291088 or 11554028. OLE color: 11554028.
HSL color Cylindrical-coordinate representation of color #EC4CB0: hue angle of 322.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CB0 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 176 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.07 |
| HSL | 322.5º | 0.81% | 0.61% | - |
| HSV(B) | 322.5º | 0.68% | 0.93% | - |
| XYZ | 45.01 | 26.14 | 43.75 | - |
| YUV | 135.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 176 | 0 | 0.68 | 0.25 | 0.07 | 322.5 | 0.81 | 0.61 |
| Hex | EC | 4C | B0 | 0 | 44 | 19 | 7 | 142 | 51 | 3D |
| Octal | 354 | 114 | 260 | 0 | 104 | 31 | 7 | 502 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10110000 | 0 | 1000100 | 11001 | 111 | 101000010 | 1010001 | 111101 |
Color Harmonies of #EC4CB0
Complementary color
Monochromatic Colors of #EC4CB0
Black with #EC4CB0
Text Example
Text Example
White with #EC4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CB0; }
p { color: rgb(236,76,176); }
H1.HeaderClassName
{
color: #EC4CB0;
}
.AnyTagClassName
{
color: #EC4CB0;
}
</style>
background-color css
<style>
a { background-color: #EC4CB0; }
a { background-color: rgb(236,76,176); }
div.DivClassName
{
background-color: #EC4CB0;
}
.BgClassName
{
background-color: #EC4CB0;
}
</style>
border-color css
<style>
span { border-color: #EC4CB0; }
span { border-color: rgb(236,76,176); }
td.TdClassName
{
border-color: #EC4CB0;
}
.TagClassName
{
border-color: #EC4CB0;
}
</style>