Shades of Violet #EC95ED
Tints of Violet #EC95ED
RGB
CMYK
RGB Variations
Color information
#EC95ED (or 0xEC95ED) is known color: Violet. HEX triplet: EC, 95 and ED. RGB value is (236,149,237). Sum of RGB (Red+Green+Blue) = 236+149+237=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC95ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95ED is #136A12. Grayscale: #B8B8B8. Windows color (decimal): -1272339 or 15570412. OLE color: 15570412.
HSL color Cylindrical-coordinate representation of color #EC95ED: hue angle of 299.32º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95ED is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 237 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.07 |
| HSL | 299.32º | 0.71% | 0.76% | - |
| HSV(B) | 299.32º | 0.37% | 0.93% | - |
| XYZ | 60.63 | 45.44 | 85.7 | - |
| YUV | 185.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 237 | 0.00 | 0.37 | 0 | 0.07 | 299.32 | 0.71 | 0.76 |
| Hex | EC | 95 | ED | 0 | 25 | 0 | 7 | 12B | 47 | 4C |
| Octal | 354 | 225 | 355 | 0 | 45 | 0 | 7 | 453 | 107 | 114 |
| Binary | 11101100 | 10010101 | 11101101 | 0 | 100101 | 0 | 111 | 100101011 | 1000111 | 1001100 |
Color Harmonies of #EC95ED
Complementary color
Monochromatic Colors of #EC95ED
Black with #EC95ED
Text Example
Text Example
White with #EC95ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95ED; }
p { color: rgb(236,149,237); }
H1.HeaderClassName
{
color: #EC95ED;
}
.AnyTagClassName
{
color: #EC95ED;
}
</style>
background-color css
<style>
a { background-color: #EC95ED; }
a { background-color: rgb(236,149,237); }
div.DivClassName
{
background-color: #EC95ED;
}
.BgClassName
{
background-color: #EC95ED;
}
</style>
border-color css
<style>
span { border-color: #EC95ED; }
span { border-color: rgb(236,149,237); }
td.TdClassName
{
border-color: #EC95ED;
}
.TagClassName
{
border-color: #EC95ED;
}
</style>