Shades of Violet #EC97EA
Tints of Violet #EC97EA
RGB
CMYK
RGB Variations
Color information
#EC97EA (or 0xEC97EA) is known color: Violet. HEX triplet: EC, 97 and EA. RGB value is (236,151,234). Sum of RGB (Red+Green+Blue) = 236+151+234=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC97EA is #136815. Grayscale: #B9B9B9. Windows color (decimal): -1271830 or 15374316. OLE color: 15374316.
HSL color Cylindrical-coordinate representation of color #EC97EA: hue angle of 301.41º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC97EA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 234 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.07 |
| HSL | 301.41º | 0.69% | 0.76% | - |
| HSV(B) | 301.41º | 0.36% | 0.93% | - |
| XYZ | 60.51 | 45.91 | 83.51 | - |
| YUV | 185.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 234 | 0 | 0.36 | 0.01 | 0.07 | 301.41 | 0.69 | 0.76 |
| Hex | EC | 97 | EA | 0 | 24 | 1 | 7 | 12D | 45 | 4C |
| Octal | 354 | 227 | 352 | 0 | 44 | 1 | 7 | 455 | 105 | 114 |
| Binary | 11101100 | 10010111 | 11101010 | 0 | 100100 | 1 | 111 | 100101101 | 1000101 | 1001100 |
Color Harmonies of #EC97EA
Complementary color
Monochromatic Colors of #EC97EA
Black with #EC97EA
Text Example
Text Example
White with #EC97EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97EA; }
p { color: rgb(236,151,234); }
H1.HeaderClassName
{
color: #EC97EA;
}
.AnyTagClassName
{
color: #EC97EA;
}
</style>
background-color css
<style>
a { background-color: #EC97EA; }
a { background-color: rgb(236,151,234); }
div.DivClassName
{
background-color: #EC97EA;
}
.BgClassName
{
background-color: #EC97EA;
}
</style>
border-color css
<style>
span { border-color: #EC97EA; }
span { border-color: rgb(236,151,234); }
td.TdClassName
{
border-color: #EC97EA;
}
.TagClassName
{
border-color: #EC97EA;
}
</style>