Shades of Brilliant Rose #EC4CB5
Tints of Brilliant Rose #EC4CB5
RGB
CMYK
RGB Variations
Color information
#EC4CB5 (or 0xEC4CB5) is known color: Brilliant Rose. HEX triplet: EC, 4C and B5. RGB value is (236,76,181). Sum of RGB (Red+Green+Blue) = 236+76+181=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CB5 is #13B34A. Grayscale: #878787. Windows color (decimal): -1291083 or 11881708. OLE color: 11881708.
HSL color Cylindrical-coordinate representation of color #EC4CB5: hue angle of 320.62º 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 #EC4CB5 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 181 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.07 |
| HSL | 320.63º | 0.81% | 0.61% | - |
| HSV(B) | 320.63º | 0.68% | 0.93% | - |
| XYZ | 45.52 | 26.34 | 46.4 | - |
| YUV | 135.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 181 | 0 | 0.68 | 0.23 | 0.07 | 320.63 | 0.81 | 0.61 |
| Hex | EC | 4C | B5 | 0 | 44 | 17 | 7 | 141 | 51 | 3D |
| Octal | 354 | 114 | 265 | 0 | 104 | 27 | 7 | 501 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10110101 | 0 | 1000100 | 10111 | 111 | 101000001 | 1010001 | 111101 |
Color Harmonies of #EC4CB5
Complementary color
Monochromatic Colors of #EC4CB5
Black with #EC4CB5
Text Example
Text Example
White with #EC4CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CB5; }
p { color: rgb(236,76,181); }
H1.HeaderClassName
{
color: #EC4CB5;
}
.AnyTagClassName
{
color: #EC4CB5;
}
</style>
background-color css
<style>
a { background-color: #EC4CB5; }
a { background-color: rgb(236,76,181); }
div.DivClassName
{
background-color: #EC4CB5;
}
.BgClassName
{
background-color: #EC4CB5;
}
</style>
border-color css
<style>
span { border-color: #EC4CB5; }
span { border-color: rgb(236,76,181); }
td.TdClassName
{
border-color: #EC4CB5;
}
.TagClassName
{
border-color: #EC4CB5;
}
</style>