Shades of Violet #EF91EA
Tints of Violet #EF91EA
RGB
CMYK
RGB Variations
Color information
#EF91EA (or 0xEF91EA) is known color: Violet. HEX triplet: EF, 91 and EA. RGB value is (239,145,234). Sum of RGB (Red+Green+Blue) = 239+145+234=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91EA is #106E15. Grayscale: #B6B6B6. Windows color (decimal): -1076758 or 15372783. OLE color: 15372783.
HSL color Cylindrical-coordinate representation of color #EF91EA: hue angle of 303.19º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91EA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 234 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.06 |
| HSL | 303.19º | 0.75% | 0.75% | - |
| HSV(B) | 303.19º | 0.39% | 0.94% | - |
| XYZ | 60.57 | 44.54 | 83.25 | - |
| YUV | 183.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 234 | 0 | 0.39 | 0.02 | 0.06 | 303.19 | 0.75 | 0.75 |
| Hex | EF | 91 | EA | 0 | 27 | 2 | 6 | 12F | 4B | 4B |
| Octal | 357 | 221 | 352 | 0 | 47 | 2 | 6 | 457 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11101010 | 0 | 100111 | 10 | 110 | 100101111 | 1001011 | 1001011 |
Color Harmonies of #EF91EA
Complementary color
Monochromatic Colors of #EF91EA
Black with #EF91EA
Text Example
Text Example
White with #EF91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91EA; }
p { color: rgb(239,145,234); }
H1.HeaderClassName
{
color: #EF91EA;
}
.AnyTagClassName
{
color: #EF91EA;
}
</style>
background-color css
<style>
a { background-color: #EF91EA; }
a { background-color: rgb(239,145,234); }
div.DivClassName
{
background-color: #EF91EA;
}
.BgClassName
{
background-color: #EF91EA;
}
</style>
border-color css
<style>
span { border-color: #EF91EA; }
span { border-color: rgb(239,145,234); }
td.TdClassName
{
border-color: #EF91EA;
}
.TagClassName
{
border-color: #EF91EA;
}
</style>