Shades of Pale Violet Red #EC659A
Tints of Pale Violet Red #EC659A
RGB
CMYK
RGB Variations
Color information
#EC659A (or 0xEC659A) is known color: Pale Violet Red. HEX triplet: EC, 65 and 9A. RGB value is (236,101,154). Sum of RGB (Red+Green+Blue) = 236+101+154=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC659A is #139A65. Grayscale: #939393. Windows color (decimal): -1284710 or 10118636. OLE color: 10118636.
HSL color Cylindrical-coordinate representation of color #EC659A: hue angle of 336.44º 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 #EC659A is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 154 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.07 |
| HSL | 336.44º | 0.78% | 0.66% | - |
| HSV(B) | 336.44º | 0.57% | 0.93% | - |
| XYZ | 45.08 | 29.47 | 33.88 | - |
| YUV | 147.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 154 | 0 | 0.57 | 0.35 | 0.07 | 336.44 | 0.78 | 0.66 |
| Hex | EC | 65 | 9A | 0 | 39 | 23 | 7 | 150 | 4E | 42 |
| Octal | 354 | 145 | 232 | 0 | 71 | 43 | 7 | 520 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10011010 | 0 | 111001 | 100011 | 111 | 101010000 | 1001110 | 1000010 |
Color Harmonies of #EC659A
Complementary color
Monochromatic Colors of #EC659A
Black with #EC659A
Text Example
Text Example
White with #EC659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC659A; }
p { color: rgb(236,101,154); }
H1.HeaderClassName
{
color: #EC659A;
}
.AnyTagClassName
{
color: #EC659A;
}
</style>
background-color css
<style>
a { background-color: #EC659A; }
a { background-color: rgb(236,101,154); }
div.DivClassName
{
background-color: #EC659A;
}
.BgClassName
{
background-color: #EC659A;
}
</style>
border-color css
<style>
span { border-color: #EC659A; }
span { border-color: rgb(236,101,154); }
td.TdClassName
{
border-color: #EC659A;
}
.TagClassName
{
border-color: #EC659A;
}
</style>