Shades of Violet #EF8FFD
Tints of Violet #EF8FFD
RGB
CMYK
RGB Variations
Color information
#EF8FFD (or 0xEF8FFD) is known color: Violet. HEX triplet: EF, 8F and FD. RGB value is (239,143,253). Sum of RGB (Red+Green+Blue) = 239+143+253=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFD is #107002. Grayscale: #B7B7B7. Windows color (decimal): -1077251 or 16617455. OLE color: 16617455.
HSL color Cylindrical-coordinate representation of color #EF8FFD: hue angle of 292.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8FFD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 143 | 253 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.01 |
| HSL | 292.36º | 0.96% | 0.78% | - |
| HSV(B) | 292.36º | 0.43% | 0.99% | - |
| XYZ | 63.15 | 45.09 | 98.3 | - |
| YUV | 184.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 253 | 0.06 | 0.43 | 0 | 0.01 | 292.36 | 0.96 | 0.78 |
| Hex | EF | 8F | FD | 6 | 2B | 0 | 1 | 124 | 60 | 4E |
| Octal | 357 | 217 | 375 | 6 | 53 | 0 | 1 | 444 | 140 | 116 |
| Binary | 11101111 | 10001111 | 11111101 | 110 | 101011 | 0 | 1 | 100100100 | 1100000 | 1001110 |
Color Harmonies of #EF8FFD
Complementary color
Monochromatic Colors of #EF8FFD
Black with #EF8FFD
Text Example
Text Example
White with #EF8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FFD; }
p { color: rgb(239,143,253); }
H1.HeaderClassName
{
color: #EF8FFD;
}
.AnyTagClassName
{
color: #EF8FFD;
}
</style>
background-color css
<style>
a { background-color: #EF8FFD; }
a { background-color: rgb(239,143,253); }
div.DivClassName
{
background-color: #EF8FFD;
}
.BgClassName
{
background-color: #EF8FFD;
}
</style>
border-color css
<style>
span { border-color: #EF8FFD; }
span { border-color: rgb(239,143,253); }
td.TdClassName
{
border-color: #EF8FFD;
}
.TagClassName
{
border-color: #EF8FFD;
}
</style>