Shades of Violet #EC8FE4
Tints of Violet #EC8FE4
RGB
CMYK
RGB Variations
Color information
#EC8FE4 (or 0xEC8FE4) is known color: Violet. HEX triplet: EC, 8F and E4. RGB value is (236,143,228). Sum of RGB (Red+Green+Blue) = 236+143+228=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FE4 is #13701B. Grayscale: #B4B4B4. Windows color (decimal): -1273884 or 14979052. OLE color: 14979052.
HSL color Cylindrical-coordinate representation of color #EC8FE4: hue angle of 305.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FE4 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 228 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.07 |
| HSL | 305.16º | 0.71% | 0.74% | - |
| HSV(B) | 305.16º | 0.39% | 0.93% | - |
| XYZ | 58.42 | 43.08 | 78.63 | - |
| YUV | 180.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 228 | 0 | 0.39 | 0.03 | 0.07 | 305.16 | 0.71 | 0.74 |
| Hex | EC | 8F | E4 | 0 | 27 | 3 | 7 | 131 | 47 | 4A |
| Octal | 354 | 217 | 344 | 0 | 47 | 3 | 7 | 461 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11100100 | 0 | 100111 | 11 | 111 | 100110001 | 1000111 | 1001010 |
Color Harmonies of #EC8FE4
Complementary color
Monochromatic Colors of #EC8FE4
Black with #EC8FE4
Text Example
Text Example
White with #EC8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FE4; }
p { color: rgb(236,143,228); }
H1.HeaderClassName
{
color: #EC8FE4;
}
.AnyTagClassName
{
color: #EC8FE4;
}
</style>
background-color css
<style>
a { background-color: #EC8FE4; }
a { background-color: rgb(236,143,228); }
div.DivClassName
{
background-color: #EC8FE4;
}
.BgClassName
{
background-color: #EC8FE4;
}
</style>
border-color css
<style>
span { border-color: #EC8FE4; }
span { border-color: rgb(236,143,228); }
td.TdClassName
{
border-color: #EC8FE4;
}
.TagClassName
{
border-color: #EC8FE4;
}
</style>