Shades of Violet #EB8CED
Tints of Violet #EB8CED
RGB
CMYK
RGB Variations
Color information
#EB8CED (or 0xEB8CED) is known color: Violet. HEX triplet: EB, 8C and ED. RGB value is (235,140,237). Sum of RGB (Red+Green+Blue) = 235+140+237=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8CED is #147312. Grayscale: #B3B3B3. Windows color (decimal): -1340179 or 15568107. OLE color: 15568107.
HSL color Cylindrical-coordinate representation of color #EB8CED: hue angle of 298.76º degrees, saturation: 0.73, 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 #EB8CED is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 140 | 237 | - |
CMYK | 0.01 | 0.41 | 0 | 0.07 |
HSL | 298.76º | 0.73% | 0.74% | - |
HSV(B) | 298.76º | 0.41% | 0.93% | - |
XYZ | 58.93 | 42.53 | 85.22 | - |
YUV | 179.46 | 160.47 | 167.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 140 | 237 | 0.01 | 0.41 | 0 | 0.07 | 298.76 | 0.73 | 0.74 |
Hex | EB | 8C | ED | 1 | 29 | 0 | 7 | 12B | 49 | 4A |
Octal | 353 | 214 | 355 | 1 | 51 | 0 | 7 | 453 | 111 | 112 |
Binary | 11101011 | 10001100 | 11101101 | 1 | 101001 | 0 | 111 | 100101011 | 1001001 | 1001010 |
Color Harmonies of #EB8CED
Complementary color
Monochromatic Colors of #EB8CED
Black with #EB8CED
Text Example
Text Example
White with #EB8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CED; }
p { color: rgb(235,140,237); }
H1.HeaderClassName
{
color: #EB8CED;
}
.AnyTagClassName
{
color: #EB8CED;
}
</style>
background-color css
<style>
a { background-color: #EB8CED; }
a { background-color: rgb(235,140,237); }
div.DivClassName
{
background-color: #EB8CED;
}
.BgClassName
{
background-color: #EB8CED;
}
</style>
border-color css
<style>
span { border-color: #EB8CED; }
span { border-color: rgb(235,140,237); }
td.TdClassName
{
border-color: #EB8CED;
}
.TagClassName
{
border-color: #EB8CED;
}
</style>