Shades of Violet #EC8BE4
Tints of Violet #EC8BE4
RGB
CMYK
RGB Variations
Color information
#EC8BE4 (or 0xEC8BE4) is known color: Violet. HEX triplet: EC, 8B and E4. RGB value is (236,139,228). Sum of RGB (Red+Green+Blue) = 236+139+228=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BE4 is #13741B. Grayscale: #B1B1B1. Windows color (decimal): -1274908 or 14978028. OLE color: 14978028.
HSL color Cylindrical-coordinate representation of color #EC8BE4: hue angle of 304.95º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BE4 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 228 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.07 |
| HSL | 304.95º | 0.72% | 0.74% | - |
| HSV(B) | 304.95º | 0.41% | 0.93% | - |
| XYZ | 57.83 | 41.9 | 78.44 | - |
| YUV | 178.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 228 | 0 | 0.41 | 0.03 | 0.07 | 304.95 | 0.72 | 0.74 |
| Hex | EC | 8B | E4 | 0 | 29 | 3 | 7 | 131 | 48 | 4A |
| Octal | 354 | 213 | 344 | 0 | 51 | 3 | 7 | 461 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11100100 | 0 | 101001 | 11 | 111 | 100110001 | 1001000 | 1001010 |
Color Harmonies of #EC8BE4
Complementary color
Monochromatic Colors of #EC8BE4
Black with #EC8BE4
Text Example
Text Example
White with #EC8BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BE4; }
p { color: rgb(236,139,228); }
H1.HeaderClassName
{
color: #EC8BE4;
}
.AnyTagClassName
{
color: #EC8BE4;
}
</style>
background-color css
<style>
a { background-color: #EC8BE4; }
a { background-color: rgb(236,139,228); }
div.DivClassName
{
background-color: #EC8BE4;
}
.BgClassName
{
background-color: #EC8BE4;
}
</style>
border-color css
<style>
span { border-color: #EC8BE4; }
span { border-color: rgb(236,139,228); }
td.TdClassName
{
border-color: #EC8BE4;
}
.TagClassName
{
border-color: #EC8BE4;
}
</style>