Shades of Violet #EF7FE8
Tints of Violet #EF7FE8
RGB
CMYK
RGB Variations
Color information
#EF7FE8 (or 0xEF7FE8) is known color: Violet. HEX triplet: EF, 7F and E8. RGB value is (239,127,232). Sum of RGB (Red+Green+Blue) = 239+127+232=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FE8 is #108017. Grayscale: #ACACAC. Windows color (decimal): -1081368 or 15237103. OLE color: 15237103.
HSL color Cylindrical-coordinate representation of color #EF7FE8: hue angle of 303.75º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FE8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 232 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.06 |
| HSL | 303.75º | 0.78% | 0.72% | - |
| HSV(B) | 303.75º | 0.47% | 0.94% | - |
| XYZ | 57.75 | 39.36 | 80.9 | - |
| YUV | 172.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 232 | 0 | 0.47 | 0.03 | 0.06 | 303.75 | 0.78 | 0.72 |
| Hex | EF | 7F | E8 | 0 | 2F | 3 | 6 | 130 | 4E | 48 |
| Octal | 357 | 177 | 350 | 0 | 57 | 3 | 6 | 460 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11101000 | 0 | 101111 | 11 | 110 | 100110000 | 1001110 | 1001000 |
Color Harmonies of #EF7FE8
Complementary color
Monochromatic Colors of #EF7FE8
Black with #EF7FE8
Text Example
Text Example
White with #EF7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FE8; }
p { color: rgb(239,127,232); }
H1.HeaderClassName
{
color: #EF7FE8;
}
.AnyTagClassName
{
color: #EF7FE8;
}
</style>
background-color css
<style>
a { background-color: #EF7FE8; }
a { background-color: rgb(239,127,232); }
div.DivClassName
{
background-color: #EF7FE8;
}
.BgClassName
{
background-color: #EF7FE8;
}
</style>
border-color css
<style>
span { border-color: #EF7FE8; }
span { border-color: rgb(239,127,232); }
td.TdClassName
{
border-color: #EF7FE8;
}
.TagClassName
{
border-color: #EF7FE8;
}
</style>