Shades of Violet #EF93ED
Tints of Violet #EF93ED
RGB
CMYK
RGB Variations
Color information
#EF93ED (or 0xEF93ED) is known color: Violet. HEX triplet: EF, 93 and ED. RGB value is (239,147,237). Sum of RGB (Red+Green+Blue) = 239+147+237=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF93ED is #106C12. Grayscale: #B8B8B8. Windows color (decimal): -1076243 or 15569903. OLE color: 15569903.
HSL color Cylindrical-coordinate representation of color #EF93ED: hue angle of 301.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93ED is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 237 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.06 |
| HSL | 301.3º | 0.74% | 0.76% | - |
| HSV(B) | 301.3º | 0.38% | 0.94% | - |
| XYZ | 61.32 | 45.33 | 85.64 | - |
| YUV | 184.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 237 | 0 | 0.38 | 0.01 | 0.06 | 301.3 | 0.74 | 0.76 |
| Hex | EF | 93 | ED | 0 | 26 | 1 | 6 | 12D | 4A | 4C |
| Octal | 357 | 223 | 355 | 0 | 46 | 1 | 6 | 455 | 112 | 114 |
| Binary | 11101111 | 10010011 | 11101101 | 0 | 100110 | 1 | 110 | 100101101 | 1001010 | 1001100 |
Color Harmonies of #EF93ED
Complementary color
Monochromatic Colors of #EF93ED
Black with #EF93ED
Text Example
Text Example
White with #EF93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF93ED; }
p { color: rgb(239,147,237); }
H1.HeaderClassName
{
color: #EF93ED;
}
.AnyTagClassName
{
color: #EF93ED;
}
</style>
background-color css
<style>
a { background-color: #EF93ED; }
a { background-color: rgb(239,147,237); }
div.DivClassName
{
background-color: #EF93ED;
}
.BgClassName
{
background-color: #EF93ED;
}
</style>
border-color css
<style>
span { border-color: #EF93ED; }
span { border-color: rgb(239,147,237); }
td.TdClassName
{
border-color: #EF93ED;
}
.TagClassName
{
border-color: #EF93ED;
}
</style>