Shades of Brilliant Rose #EC4BB8
Tints of Brilliant Rose #EC4BB8
RGB
CMYK
RGB Variations
Color information
#EC4BB8 (or 0xEC4BB8) is known color: Brilliant Rose. HEX triplet: EC, 4B and B8. RGB value is (236,75,184). Sum of RGB (Red+Green+Blue) = 236+75+184=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BB8 is #13B447. Grayscale: #878787. Windows color (decimal): -1291336 or 12078060. OLE color: 12078060.
HSL color Cylindrical-coordinate representation of color #EC4BB8: hue angle of 319.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 #EC4BB8 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 184 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.38º | 0.81% | 0.61% | - |
| HSV(B) | 319.38º | 0.68% | 0.93% | - |
| XYZ | 45.76 | 26.33 | 48.02 | - |
| YUV | 135.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 184 | 0 | 0.68 | 0.22 | 0.07 | 319.38 | 0.81 | 0.61 |
| Hex | EC | 4B | B8 | 0 | 44 | 16 | 7 | 13F | 51 | 3D |
| Octal | 354 | 113 | 270 | 0 | 104 | 26 | 7 | 477 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10111000 | 0 | 1000100 | 10110 | 111 | 100111111 | 1010001 | 111101 |
Color Harmonies of #EC4BB8
Complementary color
Monochromatic Colors of #EC4BB8
Black with #EC4BB8
Text Example
Text Example
White with #EC4BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BB8; }
p { color: rgb(236,75,184); }
H1.HeaderClassName
{
color: #EC4BB8;
}
.AnyTagClassName
{
color: #EC4BB8;
}
</style>
background-color css
<style>
a { background-color: #EC4BB8; }
a { background-color: rgb(236,75,184); }
div.DivClassName
{
background-color: #EC4BB8;
}
.BgClassName
{
background-color: #EC4BB8;
}
</style>
border-color css
<style>
span { border-color: #EC4BB8; }
span { border-color: rgb(236,75,184); }
td.TdClassName
{
border-color: #EC4BB8;
}
.TagClassName
{
border-color: #EC4BB8;
}
</style>