Shades of Violet #EC7BF2
Tints of Violet #EC7BF2
RGB
CMYK
RGB Variations
Color information
#EC7BF2 (or 0xEC7BF2) is known color: Violet. HEX triplet: EC, 7B and F2. RGB value is (236,123,242). Sum of RGB (Red+Green+Blue) = 236+123+242=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC7BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7BF2 is #13840D. Grayscale: #A9A9A9. Windows color (decimal): -1278990 or 15891436. OLE color: 15891436.
HSL color Cylindrical-coordinate representation of color #EC7BF2: hue angle of 296.97º degrees, saturation: 0.82, 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 #EC7BF2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 123 | 242 | - |
CMYK | 0.02 | 0.49 | 0 | 0.05 |
HSL | 296.97º | 0.82% | 0.72% | - |
HSV(B) | 296.97º | 0.49% | 0.95% | - |
XYZ | 57.7 | 38.41 | 88.38 | - |
YUV | 170.35 | 168.44 | 174.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 123 | 242 | 0.02 | 0.49 | 0 | 0.05 | 296.97 | 0.82 | 0.72 |
Hex | EC | 7B | F2 | 2 | 31 | 0 | 5 | 129 | 52 | 48 |
Octal | 354 | 173 | 362 | 2 | 61 | 0 | 5 | 451 | 122 | 110 |
Binary | 11101100 | 1111011 | 11110010 | 10 | 110001 | 0 | 101 | 100101001 | 1010010 | 1001000 |
Color Harmonies of #EC7BF2
Complementary color
Monochromatic Colors of #EC7BF2
Black with #EC7BF2
Text Example
Text Example
White with #EC7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7BF2; }
p { color: rgb(236,123,242); }
H1.HeaderClassName
{
color: #EC7BF2;
}
.AnyTagClassName
{
color: #EC7BF2;
}
</style>
background-color css
<style>
a { background-color: #EC7BF2; }
a { background-color: rgb(236,123,242); }
div.DivClassName
{
background-color: #EC7BF2;
}
.BgClassName
{
background-color: #EC7BF2;
}
</style>
border-color css
<style>
span { border-color: #EC7BF2; }
span { border-color: rgb(236,123,242); }
td.TdClassName
{
border-color: #EC7BF2;
}
.TagClassName
{
border-color: #EC7BF2;
}
</style>