Shades of Brilliant Rose #EC55B4
Tints of Brilliant Rose #EC55B4
RGB
CMYK
RGB Variations
Color information
#EC55B4 (or 0xEC55B4) is known color: Brilliant Rose. HEX triplet: EC, 55 and B4. RGB value is (236,85,180). Sum of RGB (Red+Green+Blue) = 236+85+180=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55B4 is #13AA4B. Grayscale: #8C8C8C. Windows color (decimal): -1288780 or 11818476. OLE color: 11818476.
HSL color Cylindrical-coordinate representation of color #EC55B4: hue angle of 322.25º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55B4 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 180 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.07 |
| HSL | 322.25º | 0.8% | 0.63% | - |
| HSV(B) | 322.25º | 0.64% | 0.93% | - |
| XYZ | 46.08 | 27.63 | 46.08 | - |
| YUV | 140.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 180 | 0 | 0.64 | 0.24 | 0.07 | 322.25 | 0.8 | 0.63 |
| Hex | EC | 55 | B4 | 0 | 40 | 18 | 7 | 142 | 50 | 3F |
| Octal | 354 | 125 | 264 | 0 | 100 | 30 | 7 | 502 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10110100 | 0 | 1000000 | 11000 | 111 | 101000010 | 1010000 | 111111 |
Color Harmonies of #EC55B4
Complementary color
Monochromatic Colors of #EC55B4
Black with #EC55B4
Text Example
Text Example
White with #EC55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55B4; }
p { color: rgb(236,85,180); }
H1.HeaderClassName
{
color: #EC55B4;
}
.AnyTagClassName
{
color: #EC55B4;
}
</style>
background-color css
<style>
a { background-color: #EC55B4; }
a { background-color: rgb(236,85,180); }
div.DivClassName
{
background-color: #EC55B4;
}
.BgClassName
{
background-color: #EC55B4;
}
</style>
border-color css
<style>
span { border-color: #EC55B4; }
span { border-color: rgb(236,85,180); }
td.TdClassName
{
border-color: #EC55B4;
}
.TagClassName
{
border-color: #EC55B4;
}
</style>