Shades of Brilliant Rose #EC629C
Tints of Brilliant Rose #EC629C
RGB
CMYK
RGB Variations
Color information
#EC629C (or 0xEC629C) is known color: Brilliant Rose. HEX triplet: EC, 62 and 9C. RGB value is (236,98,156). Sum of RGB (Red+Green+Blue) = 236+98+156=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC629C is #139D63. Grayscale: #919191. Windows color (decimal): -1285476 or 10248940. OLE color: 10248940.
HSL color Cylindrical-coordinate representation of color #EC629C: hue angle of 334.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC629C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 156 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 334.78º | 0.78% | 0.65% | - |
| HSV(B) | 334.78º | 0.58% | 0.93% | - |
| XYZ | 44.96 | 28.97 | 34.67 | - |
| YUV | 145.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 156 | 0 | 0.58 | 0.34 | 0.07 | 334.78 | 0.78 | 0.65 |
| Hex | EC | 62 | 9C | 0 | 3A | 22 | 7 | 14F | 4E | 41 |
| Octal | 354 | 142 | 234 | 0 | 72 | 42 | 7 | 517 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10011100 | 0 | 111010 | 100010 | 111 | 101001111 | 1001110 | 1000001 |
Color Harmonies of #EC629C
Complementary color
Monochromatic Colors of #EC629C
Black with #EC629C
Text Example
Text Example
White with #EC629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC629C; }
p { color: rgb(236,98,156); }
H1.HeaderClassName
{
color: #EC629C;
}
.AnyTagClassName
{
color: #EC629C;
}
</style>
background-color css
<style>
a { background-color: #EC629C; }
a { background-color: rgb(236,98,156); }
div.DivClassName
{
background-color: #EC629C;
}
.BgClassName
{
background-color: #EC629C;
}
</style>
border-color css
<style>
span { border-color: #EC629C; }
span { border-color: rgb(236,98,156); }
td.TdClassName
{
border-color: #EC629C;
}
.TagClassName
{
border-color: #EC629C;
}
</style>