Shades of Violet #EF6FE4
Tints of Violet #EF6FE4
RGB
CMYK
RGB Variations
Color information
#EF6FE4 (or 0xEF6FE4) is known color: Violet. HEX triplet: EF, 6F and E4. RGB value is (239,111,228). Sum of RGB (Red+Green+Blue) = 239+111+228=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FE4 is #10901B. Grayscale: #A2A2A2. Windows color (decimal): -1085468 or 14970863. OLE color: 14970863.
HSL color Cylindrical-coordinate representation of color #EF6FE4: hue angle of 305.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FE4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 228 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.06 |
| HSL | 305.16º | 0.8% | 0.69% | - |
| HSV(B) | 305.16º | 0.54% | 0.94% | - |
| XYZ | 55.28 | 35.32 | 77.3 | - |
| YUV | 162.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 228 | 0 | 0.54 | 0.05 | 0.06 | 305.16 | 0.8 | 0.69 |
| Hex | EF | 6F | E4 | 0 | 36 | 5 | 6 | 131 | 50 | 45 |
| Octal | 357 | 157 | 344 | 0 | 66 | 5 | 6 | 461 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11100100 | 0 | 110110 | 101 | 110 | 100110001 | 1010000 | 1000101 |
Color Harmonies of #EF6FE4
Complementary color
Monochromatic Colors of #EF6FE4
Black with #EF6FE4
Text Example
Text Example
White with #EF6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FE4; }
p { color: rgb(239,111,228); }
H1.HeaderClassName
{
color: #EF6FE4;
}
.AnyTagClassName
{
color: #EF6FE4;
}
</style>
background-color css
<style>
a { background-color: #EF6FE4; }
a { background-color: rgb(239,111,228); }
div.DivClassName
{
background-color: #EF6FE4;
}
.BgClassName
{
background-color: #EF6FE4;
}
</style>
border-color css
<style>
span { border-color: #EF6FE4; }
span { border-color: rgb(239,111,228); }
td.TdClassName
{
border-color: #EF6FE4;
}
.TagClassName
{
border-color: #EF6FE4;
}
</style>