Shades of Brilliant Rose #EC4CB3
Tints of Brilliant Rose #EC4CB3
RGB
CMYK
RGB Variations
Color information
#EC4CB3 (or 0xEC4CB3) is known color: Brilliant Rose. HEX triplet: EC, 4C and B3. RGB value is (236,76,179). Sum of RGB (Red+Green+Blue) = 236+76+179=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CB3 is #13B34C. Grayscale: #878787. Windows color (decimal): -1291085 or 11750636. OLE color: 11750636.
HSL color Cylindrical-coordinate representation of color #EC4CB3: hue angle of 321.38º 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 #EC4CB3 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 179 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.07 |
| HSL | 321.38º | 0.81% | 0.61% | - |
| HSV(B) | 321.38º | 0.68% | 0.93% | - |
| XYZ | 45.31 | 26.26 | 45.33 | - |
| YUV | 135.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 179 | 0 | 0.68 | 0.24 | 0.07 | 321.38 | 0.81 | 0.61 |
| Hex | EC | 4C | B3 | 0 | 44 | 18 | 7 | 141 | 51 | 3D |
| Octal | 354 | 114 | 263 | 0 | 104 | 30 | 7 | 501 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10110011 | 0 | 1000100 | 11000 | 111 | 101000001 | 1010001 | 111101 |
Color Harmonies of #EC4CB3
Complementary color
Monochromatic Colors of #EC4CB3
Black with #EC4CB3
Text Example
Text Example
White with #EC4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CB3; }
p { color: rgb(236,76,179); }
H1.HeaderClassName
{
color: #EC4CB3;
}
.AnyTagClassName
{
color: #EC4CB3;
}
</style>
background-color css
<style>
a { background-color: #EC4CB3; }
a { background-color: rgb(236,76,179); }
div.DivClassName
{
background-color: #EC4CB3;
}
.BgClassName
{
background-color: #EC4CB3;
}
</style>
border-color css
<style>
span { border-color: #EC4CB3; }
span { border-color: rgb(236,76,179); }
td.TdClassName
{
border-color: #EC4CB3;
}
.TagClassName
{
border-color: #EC4CB3;
}
</style>