Shades of Violet #EF95E8
Tints of Violet #EF95E8
RGB
CMYK
RGB Variations
Color information
#EF95E8 (or 0xEF95E8) is known color: Violet. HEX triplet: EF, 95 and E8. RGB value is (239,149,232). Sum of RGB (Red+Green+Blue) = 239+149+232=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF95E8 is #106A17. Grayscale: #B9B9B9. Windows color (decimal): -1075736 or 15242735. OLE color: 15242735.
HSL color Cylindrical-coordinate representation of color #EF95E8: hue angle of 304.67º 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 #EF95E8 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 232 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.06 |
| HSL | 304.67º | 0.74% | 0.76% | - |
| HSV(B) | 304.67º | 0.38% | 0.94% | - |
| XYZ | 60.91 | 45.67 | 81.95 | - |
| YUV | 185.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 232 | 0 | 0.38 | 0.03 | 0.06 | 304.67 | 0.74 | 0.76 |
| Hex | EF | 95 | E8 | 0 | 26 | 3 | 6 | 131 | 4A | 4C |
| Octal | 357 | 225 | 350 | 0 | 46 | 3 | 6 | 461 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11101000 | 0 | 100110 | 11 | 110 | 100110001 | 1001010 | 1001100 |
Color Harmonies of #EF95E8
Complementary color
Monochromatic Colors of #EF95E8
Black with #EF95E8
Text Example
Text Example
White with #EF95E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95E8; }
p { color: rgb(239,149,232); }
H1.HeaderClassName
{
color: #EF95E8;
}
.AnyTagClassName
{
color: #EF95E8;
}
</style>
background-color css
<style>
a { background-color: #EF95E8; }
a { background-color: rgb(239,149,232); }
div.DivClassName
{
background-color: #EF95E8;
}
.BgClassName
{
background-color: #EF95E8;
}
</style>
border-color css
<style>
span { border-color: #EF95E8; }
span { border-color: rgb(239,149,232); }
td.TdClassName
{
border-color: #EF95E8;
}
.TagClassName
{
border-color: #EF95E8;
}
</style>