Shades of Ultra Pink #EF6BFE
Tints of Ultra Pink #EF6BFE
RGB
CMYK
RGB Variations
Color information
#EF6BFE (or 0xEF6BFE) is known color: Ultra Pink. HEX triplet: EF, 6B and FE. RGB value is (239,107,254). Sum of RGB (Red+Green+Blue) = 239+107+254=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 107 (42.19% from 255 or 17.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF6BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BFE is #109401. Grayscale: #A2A2A2. Windows color (decimal): -1086466 or 16673775. OLE color: 16673775.
HSL color Cylindrical-coordinate representation of color #EF6BFE: hue angle of 293.88º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6BFE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 107 | 254 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.00 |
| HSL | 293.88º | 0.99% | 0.71% | - |
| HSV(B) | 293.88º | 0.58% | 1% | - |
| XYZ | 58.74 | 36.02 | 97.62 | - |
| YUV | 163.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 254 | 0.06 | 0.58 | 0 | 0.00 | 293.88 | 0.99 | 0.71 |
| Hex | EF | 6B | FE | 6 | 3A | 0 | 0 | 126 | 63 | 47 |
| Octal | 357 | 153 | 376 | 6 | 72 | 0 | 0 | 446 | 143 | 107 |
| Binary | 11101111 | 1101011 | 11111110 | 110 | 111010 | 0 | 0 | 100100110 | 1100011 | 1000111 |
Color Harmonies of #EF6BFE
Complementary color
Monochromatic Colors of #EF6BFE
Black with #EF6BFE
Text Example
Text Example
White with #EF6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BFE; }
p { color: rgb(239,107,254); }
H1.HeaderClassName
{
color: #EF6BFE;
}
.AnyTagClassName
{
color: #EF6BFE;
}
</style>
background-color css
<style>
a { background-color: #EF6BFE; }
a { background-color: rgb(239,107,254); }
div.DivClassName
{
background-color: #EF6BFE;
}
.BgClassName
{
background-color: #EF6BFE;
}
</style>
border-color css
<style>
span { border-color: #EF6BFE; }
span { border-color: rgb(239,107,254); }
td.TdClassName
{
border-color: #EF6BFE;
}
.TagClassName
{
border-color: #EF6BFE;
}
</style>