Shades of Violet #EF85E8
Tints of Violet #EF85E8
RGB
CMYK
RGB Variations
Color information
#EF85E8 (or 0xEF85E8) is known color: Violet. HEX triplet: EF, 85 and E8. RGB value is (239,133,232). Sum of RGB (Red+Green+Blue) = 239+133+232=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF85E8 is #107A17. Grayscale: #AFAFAF. Windows color (decimal): -1079832 or 15238639. OLE color: 15238639.
HSL color Cylindrical-coordinate representation of color #EF85E8: hue angle of 303.96º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85E8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 232 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.06 |
| HSL | 303.96º | 0.77% | 0.73% | - |
| HSV(B) | 303.96º | 0.44% | 0.94% | - |
| XYZ | 58.55 | 40.95 | 81.16 | - |
| YUV | 175.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 232 | 0 | 0.44 | 0.03 | 0.06 | 303.96 | 0.77 | 0.73 |
| Hex | EF | 85 | E8 | 0 | 2C | 3 | 6 | 130 | 4D | 49 |
| Octal | 357 | 205 | 350 | 0 | 54 | 3 | 6 | 460 | 115 | 111 |
| Binary | 11101111 | 10000101 | 11101000 | 0 | 101100 | 11 | 110 | 100110000 | 1001101 | 1001001 |
Color Harmonies of #EF85E8
Complementary color
Monochromatic Colors of #EF85E8
Black with #EF85E8
Text Example
Text Example
White with #EF85E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF85E8; }
p { color: rgb(239,133,232); }
H1.HeaderClassName
{
color: #EF85E8;
}
.AnyTagClassName
{
color: #EF85E8;
}
</style>
background-color css
<style>
a { background-color: #EF85E8; }
a { background-color: rgb(239,133,232); }
div.DivClassName
{
background-color: #EF85E8;
}
.BgClassName
{
background-color: #EF85E8;
}
</style>
border-color css
<style>
span { border-color: #EF85E8; }
span { border-color: rgb(239,133,232); }
td.TdClassName
{
border-color: #EF85E8;
}
.TagClassName
{
border-color: #EF85E8;
}
</style>