Shades of Violet #EC99FD
Tints of Violet #EC99FD
RGB
CMYK
RGB Variations
Color information
#EC99FD (or 0xEC99FD) is known color: Violet. HEX triplet: EC, 99 and FD. RGB value is (236,153,253). Sum of RGB (Red+Green+Blue) = 236+153+253=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC99FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99FD is #136602. Grayscale: #BCBCBC. Windows color (decimal): -1271299 or 16620012. OLE color: 16620012.
HSL color Cylindrical-coordinate representation of color #EC99FD: hue angle of 289.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC99FD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 153 | 253 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.01 |
| HSL | 289.8º | 0.96% | 0.8% | - |
| HSV(B) | 289.8º | 0.4% | 0.99% | - |
| XYZ | 63.71 | 47.71 | 98.78 | - |
| YUV | 189.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 253 | 0.07 | 0.40 | 0 | 0.01 | 289.8 | 0.96 | 0.8 |
| Hex | EC | 99 | FD | 7 | 28 | 0 | 1 | 122 | 60 | 50 |
| Octal | 354 | 231 | 375 | 7 | 50 | 0 | 1 | 442 | 140 | 120 |
| Binary | 11101100 | 10011001 | 11111101 | 111 | 101000 | 0 | 1 | 100100010 | 1100000 | 1010000 |
Color Harmonies of #EC99FD
Complementary color
Monochromatic Colors of #EC99FD
Black with #EC99FD
Text Example
Text Example
White with #EC99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99FD; }
p { color: rgb(236,153,253); }
H1.HeaderClassName
{
color: #EC99FD;
}
.AnyTagClassName
{
color: #EC99FD;
}
</style>
background-color css
<style>
a { background-color: #EC99FD; }
a { background-color: rgb(236,153,253); }
div.DivClassName
{
background-color: #EC99FD;
}
.BgClassName
{
background-color: #EC99FD;
}
</style>
border-color css
<style>
span { border-color: #EC99FD; }
span { border-color: rgb(236,153,253); }
td.TdClassName
{
border-color: #EC99FD;
}
.TagClassName
{
border-color: #EC99FD;
}
</style>