Shades of Violet #EC7BF3
Tints of Violet #EC7BF3
RGB
CMYK
RGB Variations
Color information
#EC7BF3 (or 0xEC7BF3) is known color: Violet. HEX triplet: EC, 7B and F3. RGB value is (236,123,243). Sum of RGB (Red+Green+Blue) = 236+123+243=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 123 (48.44% from 255 or 20.43% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC7BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BF3 is #13840C. Grayscale: #AAAAAA. Windows color (decimal): -1278989 or 15956972. OLE color: 15956972.
HSL color Cylindrical-coordinate representation of color #EC7BF3: hue angle of 296.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7BF3 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 123 | 243 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.05 |
| HSL | 296.5º | 0.83% | 0.72% | - |
| HSV(B) | 296.5º | 0.49% | 0.95% | - |
| XYZ | 57.85 | 38.47 | 89.17 | - |
| YUV | 170.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 243 | 0.03 | 0.49 | 0 | 0.05 | 296.5 | 0.83 | 0.72 |
| Hex | EC | 7B | F3 | 3 | 31 | 0 | 5 | 128 | 53 | 48 |
| Octal | 354 | 173 | 363 | 3 | 61 | 0 | 5 | 450 | 123 | 110 |
| Binary | 11101100 | 1111011 | 11110011 | 11 | 110001 | 0 | 101 | 100101000 | 1010011 | 1001000 |
Color Harmonies of #EC7BF3
Complementary color
Monochromatic Colors of #EC7BF3
Black with #EC7BF3
Text Example
Text Example
White with #EC7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BF3; }
p { color: rgb(236,123,243); }
H1.HeaderClassName
{
color: #EC7BF3;
}
.AnyTagClassName
{
color: #EC7BF3;
}
</style>
background-color css
<style>
a { background-color: #EC7BF3; }
a { background-color: rgb(236,123,243); }
div.DivClassName
{
background-color: #EC7BF3;
}
.BgClassName
{
background-color: #EC7BF3;
}
</style>
border-color css
<style>
span { border-color: #EC7BF3; }
span { border-color: rgb(236,123,243); }
td.TdClassName
{
border-color: #EC7BF3;
}
.TagClassName
{
border-color: #EC7BF3;
}
</style>