Shades of Pale Violet Red #EC6297
Tints of Pale Violet Red #EC6297
RGB
CMYK
RGB Variations
Color information
#EC6297 (or 0xEC6297) is known color: Pale Violet Red. HEX triplet: EC, 62 and 97. RGB value is (236,98,151). Sum of RGB (Red+Green+Blue) = 236+98+151=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6297 is #139D68. Grayscale: #919191. Windows color (decimal): -1285481 or 9921260. OLE color: 9921260.
HSL color Cylindrical-coordinate representation of color #EC6297: hue angle of 336.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6297 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 151 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.07 |
| HSL | 336.96º | 0.78% | 0.65% | - |
| HSV(B) | 336.96º | 0.58% | 0.93% | - |
| XYZ | 44.55 | 28.8 | 32.49 | - |
| YUV | 145.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 151 | 0 | 0.58 | 0.36 | 0.07 | 336.96 | 0.78 | 0.65 |
| Hex | EC | 62 | 97 | 0 | 3A | 24 | 7 | 151 | 4E | 41 |
| Octal | 354 | 142 | 227 | 0 | 72 | 44 | 7 | 521 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10010111 | 0 | 111010 | 100100 | 111 | 101010001 | 1001110 | 1000001 |
Color Harmonies of #EC6297
Complementary color
Monochromatic Colors of #EC6297
Black with #EC6297
Text Example
Text Example
White with #EC6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6297; }
p { color: rgb(236,98,151); }
H1.HeaderClassName
{
color: #EC6297;
}
.AnyTagClassName
{
color: #EC6297;
}
</style>
background-color css
<style>
a { background-color: #EC6297; }
a { background-color: rgb(236,98,151); }
div.DivClassName
{
background-color: #EC6297;
}
.BgClassName
{
background-color: #EC6297;
}
</style>
border-color css
<style>
span { border-color: #EC6297; }
span { border-color: rgb(236,98,151); }
td.TdClassName
{
border-color: #EC6297;
}
.TagClassName
{
border-color: #EC6297;
}
</style>