Shades of Brilliant Rose #EC4AB5
Tints of Brilliant Rose #EC4AB5
RGB
CMYK
RGB Variations
Color information
#EC4AB5 (or 0xEC4AB5) is known color: Brilliant Rose. HEX triplet: EC, 4A and B5. RGB value is (236,74,181). Sum of RGB (Red+Green+Blue) = 236+74+181=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AB5 is #13B54A. Grayscale: #868686. Windows color (decimal): -1291595 or 11881196. OLE color: 11881196.
HSL color Cylindrical-coordinate representation of color #EC4AB5: hue angle of 320.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4AB5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 181 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.07 |
| HSL | 320.37º | 0.81% | 0.61% | - |
| HSV(B) | 320.37º | 0.69% | 0.93% | - |
| XYZ | 45.38 | 26.07 | 46.36 | - |
| YUV | 134.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 181 | 0 | 0.69 | 0.23 | 0.07 | 320.37 | 0.81 | 0.61 |
| Hex | EC | 4A | B5 | 0 | 45 | 17 | 7 | 140 | 51 | 3D |
| Octal | 354 | 112 | 265 | 0 | 105 | 27 | 7 | 500 | 121 | 75 |
| Binary | 11101100 | 1001010 | 10110101 | 0 | 1000101 | 10111 | 111 | 101000000 | 1010001 | 111101 |
Color Harmonies of #EC4AB5
Complementary color
Monochromatic Colors of #EC4AB5
Black with #EC4AB5
Text Example
Text Example
White with #EC4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AB5; }
p { color: rgb(236,74,181); }
H1.HeaderClassName
{
color: #EC4AB5;
}
.AnyTagClassName
{
color: #EC4AB5;
}
</style>
background-color css
<style>
a { background-color: #EC4AB5; }
a { background-color: rgb(236,74,181); }
div.DivClassName
{
background-color: #EC4AB5;
}
.BgClassName
{
background-color: #EC4AB5;
}
</style>
border-color css
<style>
span { border-color: #EC4AB5; }
span { border-color: rgb(236,74,181); }
td.TdClassName
{
border-color: #EC4AB5;
}
.TagClassName
{
border-color: #EC4AB5;
}
</style>