Shades of Pale Violet Red #EC689B
Tints of Pale Violet Red #EC689B
RGB
CMYK
RGB Variations
Color information
#EC689B (or 0xEC689B) is known color: Pale Violet Red. HEX triplet: EC, 68 and 9B. RGB value is (236,104,155). Sum of RGB (Red+Green+Blue) = 236+104+155=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC689B is #139764. Grayscale: #959595. Windows color (decimal): -1283941 or 10184940. OLE color: 10184940.
HSL color Cylindrical-coordinate representation of color #EC689B: hue angle of 336.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC689B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 155 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.07 |
| HSL | 336.82º | 0.78% | 0.67% | - |
| HSV(B) | 336.82º | 0.56% | 0.93% | - |
| XYZ | 45.46 | 30.1 | 34.42 | - |
| YUV | 149.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 155 | 0 | 0.56 | 0.34 | 0.07 | 336.82 | 0.78 | 0.67 |
| Hex | EC | 68 | 9B | 0 | 38 | 22 | 7 | 151 | 4E | 43 |
| Octal | 354 | 150 | 233 | 0 | 70 | 42 | 7 | 521 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10011011 | 0 | 111000 | 100010 | 111 | 101010001 | 1001110 | 1000011 |
Color Harmonies of #EC689B
Complementary color
Monochromatic Colors of #EC689B
Black with #EC689B
Text Example
Text Example
White with #EC689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC689B; }
p { color: rgb(236,104,155); }
H1.HeaderClassName
{
color: #EC689B;
}
.AnyTagClassName
{
color: #EC689B;
}
</style>
background-color css
<style>
a { background-color: #EC689B; }
a { background-color: rgb(236,104,155); }
div.DivClassName
{
background-color: #EC689B;
}
.BgClassName
{
background-color: #EC689B;
}
</style>
border-color css
<style>
span { border-color: #EC689B; }
span { border-color: rgb(236,104,155); }
td.TdClassName
{
border-color: #EC689B;
}
.TagClassName
{
border-color: #EC689B;
}
</style>