Shades of Brilliant Rose #EC4B9C
Tints of Brilliant Rose #EC4B9C
RGB
CMYK
RGB Variations
Color information
#EC4B9C (or 0xEC4B9C) is known color: Brilliant Rose. HEX triplet: EC, 4B and 9C. RGB value is (236,75,156). Sum of RGB (Red+Green+Blue) = 236+75+156=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B9C is #13B463. Grayscale: #848484. Windows color (decimal): -1291364 or 10243052. OLE color: 10243052.
HSL color Cylindrical-coordinate representation of color #EC4B9C: hue angle of 329.81º 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 #EC4B9C is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 156 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.07 |
| HSL | 329.81º | 0.81% | 0.61% | - |
| HSV(B) | 329.81º | 0.68% | 0.93% | - |
| XYZ | 43.11 | 25.27 | 34.06 | - |
| YUV | 132.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 156 | 0 | 0.68 | 0.34 | 0.07 | 329.81 | 0.81 | 0.61 |
| Hex | EC | 4B | 9C | 0 | 44 | 22 | 7 | 14A | 51 | 3D |
| Octal | 354 | 113 | 234 | 0 | 104 | 42 | 7 | 512 | 121 | 75 |
| Binary | 11101100 | 1001011 | 10011100 | 0 | 1000100 | 100010 | 111 | 101001010 | 1010001 | 111101 |
Color Harmonies of #EC4B9C
Complementary color
Monochromatic Colors of #EC4B9C
Black with #EC4B9C
Text Example
Text Example
White with #EC4B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B9C; }
p { color: rgb(236,75,156); }
H1.HeaderClassName
{
color: #EC4B9C;
}
.AnyTagClassName
{
color: #EC4B9C;
}
</style>
background-color css
<style>
a { background-color: #EC4B9C; }
a { background-color: rgb(236,75,156); }
div.DivClassName
{
background-color: #EC4B9C;
}
.BgClassName
{
background-color: #EC4B9C;
}
</style>
border-color css
<style>
span { border-color: #EC4B9C; }
span { border-color: rgb(236,75,156); }
td.TdClassName
{
border-color: #EC4B9C;
}
.TagClassName
{
border-color: #EC4B9C;
}
</style>