Shades of Pale Violet Red #EC6396
Tints of Pale Violet Red #EC6396
RGB
CMYK
RGB Variations
Color information
#EC6396 (or 0xEC6396) is known color: Pale Violet Red. HEX triplet: EC, 63 and 96. RGB value is (236,99,150). Sum of RGB (Red+Green+Blue) = 236+99+150=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6396 is #139C69. Grayscale: #919191. Windows color (decimal): -1285226 or 9855980. OLE color: 9855980.
HSL color Cylindrical-coordinate representation of color #EC6396: hue angle of 337.66º 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 #EC6396 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 150 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.07 |
| HSL | 337.66º | 0.78% | 0.66% | - |
| HSV(B) | 337.66º | 0.58% | 0.93% | - |
| XYZ | 44.56 | 28.96 | 32.1 | - |
| YUV | 145.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 150 | 0 | 0.58 | 0.36 | 0.07 | 337.66 | 0.78 | 0.66 |
| Hex | EC | 63 | 96 | 0 | 3A | 24 | 7 | 152 | 4E | 42 |
| Octal | 354 | 143 | 226 | 0 | 72 | 44 | 7 | 522 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10010110 | 0 | 111010 | 100100 | 111 | 101010010 | 1001110 | 1000010 |
Color Harmonies of #EC6396
Complementary color
Monochromatic Colors of #EC6396
Black with #EC6396
Text Example
Text Example
White with #EC6396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6396; }
p { color: rgb(236,99,150); }
H1.HeaderClassName
{
color: #EC6396;
}
.AnyTagClassName
{
color: #EC6396;
}
</style>
background-color css
<style>
a { background-color: #EC6396; }
a { background-color: rgb(236,99,150); }
div.DivClassName
{
background-color: #EC6396;
}
.BgClassName
{
background-color: #EC6396;
}
</style>
border-color css
<style>
span { border-color: #EC6396; }
span { border-color: rgb(236,99,150); }
td.TdClassName
{
border-color: #EC6396;
}
.TagClassName
{
border-color: #EC6396;
}
</style>