Shades of Violet #EC95EA
Tints of Violet #EC95EA
RGB
CMYK
RGB Variations
Color information
#EC95EA (or 0xEC95EA) is known color: Violet. HEX triplet: EC, 95 and EA. RGB value is (236,149,234). Sum of RGB (Red+Green+Blue) = 236+149+234=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95EA is #136A15. Grayscale: #B8B8B8. Windows color (decimal): -1272342 or 15373804. OLE color: 15373804.
HSL color Cylindrical-coordinate representation of color #EC95EA: hue angle of 301.38º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95EA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 234 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.07 |
| HSL | 301.38º | 0.7% | 0.75% | - |
| HSV(B) | 301.38º | 0.37% | 0.93% | - |
| XYZ | 60.19 | 45.27 | 83.41 | - |
| YUV | 184.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 234 | 0 | 0.37 | 0.01 | 0.07 | 301.38 | 0.7 | 0.75 |
| Hex | EC | 95 | EA | 0 | 25 | 1 | 7 | 12D | 46 | 4B |
| Octal | 354 | 225 | 352 | 0 | 45 | 1 | 7 | 455 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11101010 | 0 | 100101 | 1 | 111 | 100101101 | 1000110 | 1001011 |
Color Harmonies of #EC95EA
Complementary color
Monochromatic Colors of #EC95EA
Black with #EC95EA
Text Example
Text Example
White with #EC95EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95EA; }
p { color: rgb(236,149,234); }
H1.HeaderClassName
{
color: #EC95EA;
}
.AnyTagClassName
{
color: #EC95EA;
}
</style>
background-color css
<style>
a { background-color: #EC95EA; }
a { background-color: rgb(236,149,234); }
div.DivClassName
{
background-color: #EC95EA;
}
.BgClassName
{
background-color: #EC95EA;
}
</style>
border-color css
<style>
span { border-color: #EC95EA; }
span { border-color: rgb(236,149,234); }
td.TdClassName
{
border-color: #EC95EA;
}
.TagClassName
{
border-color: #EC95EA;
}
</style>