Shades of Violet #EF94ED
Tints of Violet #EF94ED
RGB
CMYK
RGB Variations
Color information
#EF94ED (or 0xEF94ED) is known color: Violet. HEX triplet: EF, 94 and ED. RGB value is (239,148,237). Sum of RGB (Red+Green+Blue) = 239+148+237=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94ED is #106B12. Grayscale: #B9B9B9. Windows color (decimal): -1075987 or 15570159. OLE color: 15570159.
HSL color Cylindrical-coordinate representation of color #EF94ED: hue angle of 301.32º 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 #EF94ED is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 237 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.06 |
| HSL | 301.32º | 0.74% | 0.76% | - |
| HSV(B) | 301.32º | 0.38% | 0.94% | - |
| XYZ | 61.47 | 45.64 | 85.69 | - |
| YUV | 185.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 237 | 0 | 0.38 | 0.01 | 0.06 | 301.32 | 0.74 | 0.76 |
| Hex | EF | 94 | ED | 0 | 26 | 1 | 6 | 12D | 4A | 4C |
| Octal | 357 | 224 | 355 | 0 | 46 | 1 | 6 | 455 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11101101 | 0 | 100110 | 1 | 110 | 100101101 | 1001010 | 1001100 |
Color Harmonies of #EF94ED
Complementary color
Monochromatic Colors of #EF94ED
Black with #EF94ED
Text Example
Text Example
White with #EF94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94ED; }
p { color: rgb(239,148,237); }
H1.HeaderClassName
{
color: #EF94ED;
}
.AnyTagClassName
{
color: #EF94ED;
}
</style>
background-color css
<style>
a { background-color: #EF94ED; }
a { background-color: rgb(239,148,237); }
div.DivClassName
{
background-color: #EF94ED;
}
.BgClassName
{
background-color: #EF94ED;
}
</style>
border-color css
<style>
span { border-color: #EF94ED; }
span { border-color: rgb(239,148,237); }
td.TdClassName
{
border-color: #EF94ED;
}
.TagClassName
{
border-color: #EF94ED;
}
</style>