Shades of Violet #EF8AFB
Tints of Violet #EF8AFB
RGB
CMYK
RGB Variations
Color information
#EF8AFB (or 0xEF8AFB) is known color: Violet. HEX triplet: EF, 8A and FB. RGB value is (239,138,251). Sum of RGB (Red+Green+Blue) = 239+138+251=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8AFB is #107504. Grayscale: #B4B4B4. Windows color (decimal): -1078533 or 16485103. OLE color: 16485103.
HSL color Cylindrical-coordinate representation of color #EF8AFB: hue angle of 293.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8AFB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 138 | 251 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.02 |
| HSL | 293.63º | 0.93% | 0.76% | - |
| HSV(B) | 293.63º | 0.45% | 0.98% | - |
| XYZ | 62.1 | 43.49 | 96.39 | - |
| YUV | 181.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 251 | 0.05 | 0.45 | 0 | 0.02 | 293.63 | 0.93 | 0.76 |
| Hex | EF | 8A | FB | 5 | 2D | 0 | 2 | 126 | 5D | 4C |
| Octal | 357 | 212 | 373 | 5 | 55 | 0 | 2 | 446 | 135 | 114 |
| Binary | 11101111 | 10001010 | 11111011 | 101 | 101101 | 0 | 10 | 100100110 | 1011101 | 1001100 |
Color Harmonies of #EF8AFB
Complementary color
Monochromatic Colors of #EF8AFB
Black with #EF8AFB
Text Example
Text Example
White with #EF8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8AFB; }
p { color: rgb(239,138,251); }
H1.HeaderClassName
{
color: #EF8AFB;
}
.AnyTagClassName
{
color: #EF8AFB;
}
</style>
background-color css
<style>
a { background-color: #EF8AFB; }
a { background-color: rgb(239,138,251); }
div.DivClassName
{
background-color: #EF8AFB;
}
.BgClassName
{
background-color: #EF8AFB;
}
</style>
border-color css
<style>
span { border-color: #EF8AFB; }
span { border-color: rgb(239,138,251); }
td.TdClassName
{
border-color: #EF8AFB;
}
.TagClassName
{
border-color: #EF8AFB;
}
</style>