Shades of Pale Violet Red #EC639B
Tints of Pale Violet Red #EC639B
RGB
CMYK
RGB Variations
Color information
#EC639B (or 0xEC639B) is known color: Pale Violet Red. HEX triplet: EC, 63 and 9B. RGB value is (236,99,155). Sum of RGB (Red+Green+Blue) = 236+99+155=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC639B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC639B is #139C64. Grayscale: #929292. Windows color (decimal): -1285221 or 10183660. OLE color: 10183660.
HSL color Cylindrical-coordinate representation of color #EC639B: hue angle of 335.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC639B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 155 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 335.47º | 0.78% | 0.66% | - |
| HSV(B) | 335.47º | 0.58% | 0.93% | - |
| XYZ | 44.97 | 29.12 | 34.26 | - |
| YUV | 146.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 155 | 0 | 0.58 | 0.34 | 0.07 | 335.47 | 0.78 | 0.66 |
| Hex | EC | 63 | 9B | 0 | 3A | 22 | 7 | 14F | 4E | 42 |
| Octal | 354 | 143 | 233 | 0 | 72 | 42 | 7 | 517 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10011011 | 0 | 111010 | 100010 | 111 | 101001111 | 1001110 | 1000010 |
Color Harmonies of #EC639B
Complementary color
Monochromatic Colors of #EC639B
Black with #EC639B
Text Example
Text Example
White with #EC639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC639B; }
p { color: rgb(236,99,155); }
H1.HeaderClassName
{
color: #EC639B;
}
.AnyTagClassName
{
color: #EC639B;
}
</style>
background-color css
<style>
a { background-color: #EC639B; }
a { background-color: rgb(236,99,155); }
div.DivClassName
{
background-color: #EC639B;
}
.BgClassName
{
background-color: #EC639B;
}
</style>
border-color css
<style>
span { border-color: #EC639B; }
span { border-color: rgb(236,99,155); }
td.TdClassName
{
border-color: #EC639B;
}
.TagClassName
{
border-color: #EC639B;
}
</style>