Shades of Brilliant Rose #EC629D
Tints of Brilliant Rose #EC629D
RGB
CMYK
RGB Variations
Color information
#EC629D (or 0xEC629D) is known color: Brilliant Rose. HEX triplet: EC, 62 and 9D. RGB value is (236,98,157). Sum of RGB (Red+Green+Blue) = 236+98+157=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC629D is #139D62. Grayscale: #919191. Windows color (decimal): -1285475 or 10314476. OLE color: 10314476.
HSL color Cylindrical-coordinate representation of color #EC629D: hue angle of 334.35º 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 #EC629D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 157 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.07 |
| HSL | 334.35º | 0.78% | 0.65% | - |
| HSV(B) | 334.35º | 0.58% | 0.93% | - |
| XYZ | 45.05 | 29 | 35.12 | - |
| YUV | 145.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 157 | 0 | 0.58 | 0.33 | 0.07 | 334.35 | 0.78 | 0.65 |
| Hex | EC | 62 | 9D | 0 | 3A | 21 | 7 | 14E | 4E | 41 |
| Octal | 354 | 142 | 235 | 0 | 72 | 41 | 7 | 516 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10011101 | 0 | 111010 | 100001 | 111 | 101001110 | 1001110 | 1000001 |
Color Harmonies of #EC629D
Complementary color
Monochromatic Colors of #EC629D
Black with #EC629D
Text Example
Text Example
White with #EC629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC629D; }
p { color: rgb(236,98,157); }
H1.HeaderClassName
{
color: #EC629D;
}
.AnyTagClassName
{
color: #EC629D;
}
</style>
background-color css
<style>
a { background-color: #EC629D; }
a { background-color: rgb(236,98,157); }
div.DivClassName
{
background-color: #EC629D;
}
.BgClassName
{
background-color: #EC629D;
}
</style>
border-color css
<style>
span { border-color: #EC629D; }
span { border-color: rgb(236,98,157); }
td.TdClassName
{
border-color: #EC629D;
}
.TagClassName
{
border-color: #EC629D;
}
</style>