Shades of Violet #EC8BE7
Tints of Violet #EC8BE7
RGB
CMYK
RGB Variations
Color information
#EC8BE7 (or 0xEC8BE7) is known color: Violet. HEX triplet: EC, 8B and E7. RGB value is (236,139,231). Sum of RGB (Red+Green+Blue) = 236+139+231=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BE7 is #137418. Grayscale: #B2B2B2. Windows color (decimal): -1274905 or 15174636. OLE color: 15174636.
HSL color Cylindrical-coordinate representation of color #EC8BE7: hue angle of 303.09º 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 #EC8BE7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 231 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.07 |
| HSL | 303.09º | 0.72% | 0.74% | - |
| HSV(B) | 303.09º | 0.41% | 0.93% | - |
| XYZ | 58.25 | 42.07 | 80.65 | - |
| YUV | 178.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 231 | 0 | 0.41 | 0.02 | 0.07 | 303.09 | 0.72 | 0.74 |
| Hex | EC | 8B | E7 | 0 | 29 | 2 | 7 | 12F | 48 | 4A |
| Octal | 354 | 213 | 347 | 0 | 51 | 2 | 7 | 457 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11100111 | 0 | 101001 | 10 | 111 | 100101111 | 1001000 | 1001010 |
Color Harmonies of #EC8BE7
Complementary color
Monochromatic Colors of #EC8BE7
Black with #EC8BE7
Text Example
Text Example
White with #EC8BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BE7; }
p { color: rgb(236,139,231); }
H1.HeaderClassName
{
color: #EC8BE7;
}
.AnyTagClassName
{
color: #EC8BE7;
}
</style>
background-color css
<style>
a { background-color: #EC8BE7; }
a { background-color: rgb(236,139,231); }
div.DivClassName
{
background-color: #EC8BE7;
}
.BgClassName
{
background-color: #EC8BE7;
}
</style>
border-color css
<style>
span { border-color: #EC8BE7; }
span { border-color: rgb(236,139,231); }
td.TdClassName
{
border-color: #EC8BE7;
}
.TagClassName
{
border-color: #EC8BE7;
}
</style>