Shades of Brilliant Rose #EC65A0
Tints of Brilliant Rose #EC65A0
RGB
CMYK
RGB Variations
Color information
#EC65A0 (or 0xEC65A0) is known color: Brilliant Rose. HEX triplet: EC, 65 and A0. RGB value is (236,101,160). Sum of RGB (Red+Green+Blue) = 236+101+160=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65A0 is #139A5F. Grayscale: #939393. Windows color (decimal): -1284704 or 10511852. OLE color: 10511852.
HSL color Cylindrical-coordinate representation of color #EC65A0: hue angle of 333.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65A0 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 160 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.07 |
| HSL | 333.78º | 0.78% | 0.66% | - |
| HSV(B) | 333.78º | 0.57% | 0.93% | - |
| XYZ | 45.59 | 29.68 | 36.58 | - |
| YUV | 148.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 160 | 0 | 0.57 | 0.32 | 0.07 | 333.78 | 0.78 | 0.66 |
| Hex | EC | 65 | A0 | 0 | 39 | 20 | 7 | 14E | 4E | 42 |
| Octal | 354 | 145 | 240 | 0 | 71 | 40 | 7 | 516 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10100000 | 0 | 111001 | 100000 | 111 | 101001110 | 1001110 | 1000010 |
Color Harmonies of #EC65A0
Complementary color
Monochromatic Colors of #EC65A0
Black with #EC65A0
Text Example
Text Example
White with #EC65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65A0; }
p { color: rgb(236,101,160); }
H1.HeaderClassName
{
color: #EC65A0;
}
.AnyTagClassName
{
color: #EC65A0;
}
</style>
background-color css
<style>
a { background-color: #EC65A0; }
a { background-color: rgb(236,101,160); }
div.DivClassName
{
background-color: #EC65A0;
}
.BgClassName
{
background-color: #EC65A0;
}
</style>
border-color css
<style>
span { border-color: #EC65A0; }
span { border-color: rgb(236,101,160); }
td.TdClassName
{
border-color: #EC65A0;
}
.TagClassName
{
border-color: #EC65A0;
}
</style>