Shades of Brilliant Rose #EC4FB8
Tints of Brilliant Rose #EC4FB8
RGB
CMYK
RGB Variations
Color information
#EC4FB8 (or 0xEC4FB8) is known color: Brilliant Rose. HEX triplet: EC, 4F and B8. RGB value is (236,79,184). Sum of RGB (Red+Green+Blue) = 236+79+184=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FB8 is #13B047. Grayscale: #898989. Windows color (decimal): -1290312 or 12079084. OLE color: 12079084.
HSL color Cylindrical-coordinate representation of color #EC4FB8: hue angle of 319.87º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FB8 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 184 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.07 |
| HSL | 319.87º | 0.81% | 0.62% | - |
| HSV(B) | 319.87º | 0.67% | 0.93% | - |
| XYZ | 46.04 | 26.89 | 48.11 | - |
| YUV | 137.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 184 | 0 | 0.67 | 0.22 | 0.07 | 319.87 | 0.81 | 0.62 |
| Hex | EC | 4F | B8 | 0 | 43 | 16 | 7 | 140 | 51 | 3E |
| Octal | 354 | 117 | 270 | 0 | 103 | 26 | 7 | 500 | 121 | 76 |
| Binary | 11101100 | 1001111 | 10111000 | 0 | 1000011 | 10110 | 111 | 101000000 | 1010001 | 111110 |
Color Harmonies of #EC4FB8
Complementary color
Monochromatic Colors of #EC4FB8
Black with #EC4FB8
Text Example
Text Example
White with #EC4FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FB8; }
p { color: rgb(236,79,184); }
H1.HeaderClassName
{
color: #EC4FB8;
}
.AnyTagClassName
{
color: #EC4FB8;
}
</style>
background-color css
<style>
a { background-color: #EC4FB8; }
a { background-color: rgb(236,79,184); }
div.DivClassName
{
background-color: #EC4FB8;
}
.BgClassName
{
background-color: #EC4FB8;
}
</style>
border-color css
<style>
span { border-color: #EC4FB8; }
span { border-color: rgb(236,79,184); }
td.TdClassName
{
border-color: #EC4FB8;
}
.TagClassName
{
border-color: #EC4FB8;
}
</style>