Shades of Brilliant Rose #EC4CAE
Tints of Brilliant Rose #EC4CAE
RGB
CMYK
RGB Variations
Color information
#EC4CAE (or 0xEC4CAE) is known color: Brilliant Rose. HEX triplet: EC, 4C and AE. RGB value is (236,76,174). Sum of RGB (Red+Green+Blue) = 236+76+174=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CAE is #13B351. Grayscale: #868686. Windows color (decimal): -1291090 or 11422956. OLE color: 11422956.
HSL color Cylindrical-coordinate representation of color #EC4CAE: hue angle of 323.25º 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 #EC4CAE is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 174 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.07 |
| HSL | 323.25º | 0.81% | 0.61% | - |
| HSV(B) | 323.25º | 0.68% | 0.93% | - |
| XYZ | 44.82 | 26.06 | 42.71 | - |
| YUV | 135.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 174 | 0 | 0.68 | 0.26 | 0.07 | 323.25 | 0.81 | 0.61 |
| Hex | EC | 4C | AE | 0 | 44 | 1A | 7 | 143 | 51 | 3D |
| Octal | 354 | 114 | 256 | 0 | 104 | 32 | 7 | 503 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10101110 | 0 | 1000100 | 11010 | 111 | 101000011 | 1010001 | 111101 |
Color Harmonies of #EC4CAE
Complementary color
Monochromatic Colors of #EC4CAE
Black with #EC4CAE
Text Example
Text Example
White with #EC4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CAE; }
p { color: rgb(236,76,174); }
H1.HeaderClassName
{
color: #EC4CAE;
}
.AnyTagClassName
{
color: #EC4CAE;
}
</style>
background-color css
<style>
a { background-color: #EC4CAE; }
a { background-color: rgb(236,76,174); }
div.DivClassName
{
background-color: #EC4CAE;
}
.BgClassName
{
background-color: #EC4CAE;
}
</style>
border-color css
<style>
span { border-color: #EC4CAE; }
span { border-color: rgb(236,76,174); }
td.TdClassName
{
border-color: #EC4CAE;
}
.TagClassName
{
border-color: #EC4CAE;
}
</style>