Shades of Brilliant Rose #EC4BB7
Tints of Brilliant Rose #EC4BB7
RGB
CMYK
RGB Variations
Color information
#EC4BB7 (or 0xEC4BB7) is known color: Brilliant Rose. HEX triplet: EC, 4B and B7. RGB value is (236,75,183). Sum of RGB (Red+Green+Blue) = 236+75+183=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BB7 is #13B448. Grayscale: #878787. Windows color (decimal): -1291337 or 12012524. OLE color: 12012524.
HSL color Cylindrical-coordinate representation of color #EC4BB7: hue angle of 319.75º 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 #EC4BB7 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 183 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.75º | 0.81% | 0.61% | - |
| HSV(B) | 319.75º | 0.68% | 0.93% | - |
| XYZ | 45.66 | 26.28 | 47.47 | - |
| YUV | 135.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 183 | 0 | 0.68 | 0.22 | 0.07 | 319.75 | 0.81 | 0.61 |
| Hex | EC | 4B | B7 | 0 | 44 | 16 | 7 | 140 | 51 | 3D |
| Octal | 354 | 113 | 267 | 0 | 104 | 26 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10110111 | 0 | 1000100 | 10110 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC4BB7
Complementary color
Monochromatic Colors of #EC4BB7
Black with #EC4BB7
Text Example
Text Example
White with #EC4BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BB7; }
p { color: rgb(236,75,183); }
H1.HeaderClassName
{
color: #EC4BB7;
}
.AnyTagClassName
{
color: #EC4BB7;
}
</style>
background-color css
<style>
a { background-color: #EC4BB7; }
a { background-color: rgb(236,75,183); }
div.DivClassName
{
background-color: #EC4BB7;
}
.BgClassName
{
background-color: #EC4BB7;
}
</style>
border-color css
<style>
span { border-color: #EC4BB7; }
span { border-color: rgb(236,75,183); }
td.TdClassName
{
border-color: #EC4BB7;
}
.TagClassName
{
border-color: #EC4BB7;
}
</style>