Shades of Pale Violet Red #EC669B
Tints of Pale Violet Red #EC669B
RGB
CMYK
RGB Variations
Color information
#EC669B (or 0xEC669B) is known color: Pale Violet Red. HEX triplet: EC, 66 and 9B. RGB value is (236,102,155). Sum of RGB (Red+Green+Blue) = 236+102+155=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC669B is #139964. Grayscale: #949494. Windows color (decimal): -1284453 or 10184428. OLE color: 10184428.
HSL color Cylindrical-coordinate representation of color #EC669B: hue angle of 336.27º 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 #EC669B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 155 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.07 |
| HSL | 336.27º | 0.78% | 0.66% | - |
| HSV(B) | 336.27º | 0.57% | 0.93% | - |
| XYZ | 45.26 | 29.7 | 34.36 | - |
| YUV | 148.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 155 | 0 | 0.57 | 0.34 | 0.07 | 336.27 | 0.78 | 0.66 |
| Hex | EC | 66 | 9B | 0 | 39 | 22 | 7 | 150 | 4E | 42 |
| Octal | 354 | 146 | 233 | 0 | 71 | 42 | 7 | 520 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10011011 | 0 | 111001 | 100010 | 111 | 101010000 | 1001110 | 1000010 |
Color Harmonies of #EC669B
Complementary color
Monochromatic Colors of #EC669B
Black with #EC669B
Text Example
Text Example
White with #EC669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC669B; }
p { color: rgb(236,102,155); }
H1.HeaderClassName
{
color: #EC669B;
}
.AnyTagClassName
{
color: #EC669B;
}
</style>
background-color css
<style>
a { background-color: #EC669B; }
a { background-color: rgb(236,102,155); }
div.DivClassName
{
background-color: #EC669B;
}
.BgClassName
{
background-color: #EC669B;
}
</style>
border-color css
<style>
span { border-color: #EC669B; }
span { border-color: rgb(236,102,155); }
td.TdClassName
{
border-color: #EC669B;
}
.TagClassName
{
border-color: #EC669B;
}
</style>