Shades of Violet #EC92EE
Tints of Violet #EC92EE
RGB
CMYK
RGB Variations
Color information
#EC92EE (or 0xEC92EE) is known color: Violet. HEX triplet: EC, 92 and EE. RGB value is (236,146,238). Sum of RGB (Red+Green+Blue) = 236+146+238=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC92EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92EE is #136D11. Grayscale: #B7B7B7. Windows color (decimal): -1273106 or 15635180. OLE color: 15635180.
HSL color Cylindrical-coordinate representation of color #EC92EE: hue angle of 298.7º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC92EE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 238 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.07 |
| HSL | 298.7º | 0.73% | 0.75% | - |
| HSV(B) | 298.7º | 0.39% | 0.93% | - |
| XYZ | 60.3 | 44.56 | 86.31 | - |
| YUV | 183.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 238 | 0.01 | 0.39 | 0 | 0.07 | 298.7 | 0.73 | 0.75 |
| Hex | EC | 92 | EE | 1 | 27 | 0 | 7 | 12B | 49 | 4B |
| Octal | 354 | 222 | 356 | 1 | 47 | 0 | 7 | 453 | 111 | 113 |
| Binary | 11101100 | 10010010 | 11101110 | 1 | 100111 | 0 | 111 | 100101011 | 1001001 | 1001011 |
Color Harmonies of #EC92EE
Complementary color
Monochromatic Colors of #EC92EE
Black with #EC92EE
Text Example
Text Example
White with #EC92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92EE; }
p { color: rgb(236,146,238); }
H1.HeaderClassName
{
color: #EC92EE;
}
.AnyTagClassName
{
color: #EC92EE;
}
</style>
background-color css
<style>
a { background-color: #EC92EE; }
a { background-color: rgb(236,146,238); }
div.DivClassName
{
background-color: #EC92EE;
}
.BgClassName
{
background-color: #EC92EE;
}
</style>
border-color css
<style>
span { border-color: #EC92EE; }
span { border-color: rgb(236,146,238); }
td.TdClassName
{
border-color: #EC92EE;
}
.TagClassName
{
border-color: #EC92EE;
}
</style>