Shades of Violet #EF8FF2
Tints of Violet #EF8FF2
RGB
CMYK
RGB Variations
Color information
#EF8FF2 (or 0xEF8FF2) is known color: Violet. HEX triplet: EF, 8F and F2. RGB value is (239,143,242). Sum of RGB (Red+Green+Blue) = 239+143+242=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF8FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FF2 is #10700D. Grayscale: #B6B6B6. Windows color (decimal): -1077262 or 15896559. OLE color: 15896559.
HSL color Cylindrical-coordinate representation of color #EF8FF2: hue angle of 298.18º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8FF2 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 143 | 242 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.05 |
| HSL | 298.18º | 0.79% | 0.75% | - |
| HSV(B) | 298.18º | 0.41% | 0.95% | - |
| XYZ | 61.45 | 44.41 | 89.34 | - |
| YUV | 182.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 242 | 0.01 | 0.41 | 0 | 0.05 | 298.18 | 0.79 | 0.75 |
| Hex | EF | 8F | F2 | 1 | 29 | 0 | 5 | 12A | 4F | 4B |
| Octal | 357 | 217 | 362 | 1 | 51 | 0 | 5 | 452 | 117 | 113 |
| Binary | 11101111 | 10001111 | 11110010 | 1 | 101001 | 0 | 101 | 100101010 | 1001111 | 1001011 |
Color Harmonies of #EF8FF2
Complementary color
Monochromatic Colors of #EF8FF2
Black with #EF8FF2
Text Example
Text Example
White with #EF8FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FF2; }
p { color: rgb(239,143,242); }
H1.HeaderClassName
{
color: #EF8FF2;
}
.AnyTagClassName
{
color: #EF8FF2;
}
</style>
background-color css
<style>
a { background-color: #EF8FF2; }
a { background-color: rgb(239,143,242); }
div.DivClassName
{
background-color: #EF8FF2;
}
.BgClassName
{
background-color: #EF8FF2;
}
</style>
border-color css
<style>
span { border-color: #EF8FF2; }
span { border-color: rgb(239,143,242); }
td.TdClassName
{
border-color: #EF8FF2;
}
.TagClassName
{
border-color: #EF8FF2;
}
</style>