Shades of Violet #EC8BE8
Tints of Violet #EC8BE8
RGB
CMYK
RGB Variations
Color information
#EC8BE8 (or 0xEC8BE8) is known color: Violet. HEX triplet: EC, 8B and E8. RGB value is (236,139,232). Sum of RGB (Red+Green+Blue) = 236+139+232=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BE8 is #137417. Grayscale: #B2B2B2. Windows color (decimal): -1274904 or 15240172. OLE color: 15240172.
HSL color Cylindrical-coordinate representation of color #EC8BE8: hue angle of 302.47º 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 #EC8BE8 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 232 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.07 |
| HSL | 302.47º | 0.72% | 0.74% | - |
| HSV(B) | 302.47º | 0.41% | 0.93% | - |
| XYZ | 58.39 | 42.12 | 81.4 | - |
| YUV | 178.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 232 | 0 | 0.41 | 0.02 | 0.07 | 302.47 | 0.72 | 0.74 |
| Hex | EC | 8B | E8 | 0 | 29 | 2 | 7 | 12E | 48 | 4A |
| Octal | 354 | 213 | 350 | 0 | 51 | 2 | 7 | 456 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11101000 | 0 | 101001 | 10 | 111 | 100101110 | 1001000 | 1001010 |
Color Harmonies of #EC8BE8
Complementary color
Monochromatic Colors of #EC8BE8
Black with #EC8BE8
Text Example
Text Example
White with #EC8BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BE8; }
p { color: rgb(236,139,232); }
H1.HeaderClassName
{
color: #EC8BE8;
}
.AnyTagClassName
{
color: #EC8BE8;
}
</style>
background-color css
<style>
a { background-color: #EC8BE8; }
a { background-color: rgb(236,139,232); }
div.DivClassName
{
background-color: #EC8BE8;
}
.BgClassName
{
background-color: #EC8BE8;
}
</style>
border-color css
<style>
span { border-color: #EC8BE8; }
span { border-color: rgb(236,139,232); }
td.TdClassName
{
border-color: #EC8BE8;
}
.TagClassName
{
border-color: #EC8BE8;
}
</style>