Shades of Violet #EC92FD
Tints of Violet #EC92FD
RGB
CMYK
RGB Variations
Color information
#EC92FD (or 0xEC92FD) is known color: Violet. HEX triplet: EC, 92 and FD. RGB value is (236,146,253). Sum of RGB (Red+Green+Blue) = 236+146+253=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 146 (57.42% from 255 or 22.99% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC92FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92FD is #136D02. Grayscale: #B8B8B8. Windows color (decimal): -1273091 or 16618220. OLE color: 16618220.
HSL color Cylindrical-coordinate representation of color #EC92FD: hue angle of 290.47º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC92FD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 146 | 253 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.01 |
| HSL | 290.47º | 0.96% | 0.78% | - |
| HSV(B) | 290.47º | 0.42% | 0.99% | - |
| XYZ | 62.6 | 45.48 | 98.41 | - |
| YUV | 185.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 253 | 0.07 | 0.42 | 0 | 0.01 | 290.47 | 0.96 | 0.78 |
| Hex | EC | 92 | FD | 7 | 2A | 0 | 1 | 122 | 60 | 4E |
| Octal | 354 | 222 | 375 | 7 | 52 | 0 | 1 | 442 | 140 | 116 |
| Binary | 11101100 | 10010010 | 11111101 | 111 | 101010 | 0 | 1 | 100100010 | 1100000 | 1001110 |
Color Harmonies of #EC92FD
Complementary color
Monochromatic Colors of #EC92FD
Black with #EC92FD
Text Example
Text Example
White with #EC92FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92FD; }
p { color: rgb(236,146,253); }
H1.HeaderClassName
{
color: #EC92FD;
}
.AnyTagClassName
{
color: #EC92FD;
}
</style>
background-color css
<style>
a { background-color: #EC92FD; }
a { background-color: rgb(236,146,253); }
div.DivClassName
{
background-color: #EC92FD;
}
.BgClassName
{
background-color: #EC92FD;
}
</style>
border-color css
<style>
span { border-color: #EC92FD; }
span { border-color: rgb(236,146,253); }
td.TdClassName
{
border-color: #EC92FD;
}
.TagClassName
{
border-color: #EC92FD;
}
</style>