Shades of Violet #EC92FC
Tints of Violet #EC92FC
RGB
CMYK
RGB Variations
Color information
#EC92FC (or 0xEC92FC) is known color: Violet. HEX triplet: EC, 92 and FC. RGB value is (236,146,252). Sum of RGB (Red+Green+Blue) = 236+146+252=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 146 (57.42% from 255 or 23.03% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC92FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC92FC is #136D03. Grayscale: #B8B8B8. Windows color (decimal): -1273092 or 16552684. OLE color: 16552684.
HSL color Cylindrical-coordinate representation of color #EC92FC: hue angle of 290.94º degrees, saturation: 0.95, 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 #EC92FC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 146 | 252 | - |
CMYK | 0.06 | 0.42 | 0 | 0.01 |
HSL | 290.94º | 0.95% | 0.78% | - |
HSV(B) | 290.94º | 0.42% | 0.99% | - |
XYZ | 62.44 | 45.42 | 97.57 | - |
YUV | 184.99 | 165.82 | 164.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 146 | 252 | 0.06 | 0.42 | 0 | 0.01 | 290.94 | 0.95 | 0.78 |
Hex | EC | 92 | FC | 6 | 2A | 0 | 1 | 123 | 5F | 4E |
Octal | 354 | 222 | 374 | 6 | 52 | 0 | 1 | 443 | 137 | 116 |
Binary | 11101100 | 10010010 | 11111100 | 110 | 101010 | 0 | 1 | 100100011 | 1011111 | 1001110 |
Color Harmonies of #EC92FC
Complementary color
Monochromatic Colors of #EC92FC
Black with #EC92FC
Text Example
Text Example
White with #EC92FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92FC; }
p { color: rgb(236,146,252); }
H1.HeaderClassName
{
color: #EC92FC;
}
.AnyTagClassName
{
color: #EC92FC;
}
</style>
background-color css
<style>
a { background-color: #EC92FC; }
a { background-color: rgb(236,146,252); }
div.DivClassName
{
background-color: #EC92FC;
}
.BgClassName
{
background-color: #EC92FC;
}
</style>
border-color css
<style>
span { border-color: #EC92FC; }
span { border-color: rgb(236,146,252); }
td.TdClassName
{
border-color: #EC92FC;
}
.TagClassName
{
border-color: #EC92FC;
}
</style>