Shades of Violet #EA6BED
Tints of Violet #EA6BED
RGB
CMYK
RGB Variations
Color information
#EA6BED (or 0xEA6BED) is known color: Violet. HEX triplet: EA, 6B and ED. RGB value is (234,107,237). Sum of RGB (Red+Green+Blue) = 234+107+237=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6BED is #159412. Grayscale: #9F9F9F. Windows color (decimal): -1414163 or 15559658. OLE color: 15559658.
HSL color Cylindrical-coordinate representation of color #EA6BED: hue angle of 298.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6BED is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 107 | 237 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.07 |
| HSL | 298.62º | 0.78% | 0.67% | - |
| HSV(B) | 298.62º | 0.55% | 0.93% | - |
| XYZ | 54.48 | 34.12 | 83.84 | - |
| YUV | 159.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 237 | 0.01 | 0.55 | 0 | 0.07 | 298.62 | 0.78 | 0.67 |
| Hex | EA | 6B | ED | 1 | 37 | 0 | 7 | 12B | 4E | 43 |
| Octal | 352 | 153 | 355 | 1 | 67 | 0 | 7 | 453 | 116 | 103 |
| Binary | 11101010 | 1101011 | 11101101 | 1 | 110111 | 0 | 111 | 100101011 | 1001110 | 1000011 |
Color Harmonies of #EA6BED
Complementary color
Monochromatic Colors of #EA6BED
Black with #EA6BED
Text Example
Text Example
White with #EA6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BED; }
p { color: rgb(234,107,237); }
H1.HeaderClassName
{
color: #EA6BED;
}
.AnyTagClassName
{
color: #EA6BED;
}
</style>
background-color css
<style>
a { background-color: #EA6BED; }
a { background-color: rgb(234,107,237); }
div.DivClassName
{
background-color: #EA6BED;
}
.BgClassName
{
background-color: #EA6BED;
}
</style>
border-color css
<style>
span { border-color: #EA6BED; }
span { border-color: rgb(234,107,237); }
td.TdClassName
{
border-color: #EA6BED;
}
.TagClassName
{
border-color: #EA6BED;
}
</style>