Shades of Ultra Pink #EF6BFC
Tints of Ultra Pink #EF6BFC
RGB
CMYK
RGB Variations
Color information
#EF6BFC (or 0xEF6BFC) is known color: Ultra Pink. HEX triplet: EF, 6B and FC. RGB value is (239,107,252). Sum of RGB (Red+Green+Blue) = 239+107+252=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 107 (42.19% from 255 or 17.89% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF6BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6BFC is #109403. Grayscale: #A2A2A2. Windows color (decimal): -1086468 or 16542703. OLE color: 16542703.
HSL color Cylindrical-coordinate representation of color #EF6BFC: hue angle of 294.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6BFC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 107 | 252 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.01 |
| HSL | 294.62º | 0.96% | 0.7% | - |
| HSV(B) | 294.62º | 0.58% | 0.99% | - |
| XYZ | 58.42 | 35.89 | 95.94 | - |
| YUV | 163 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 252 | 0.05 | 0.58 | 0 | 0.01 | 294.62 | 0.96 | 0.7 |
| Hex | EF | 6B | FC | 5 | 3A | 0 | 1 | 127 | 60 | 46 |
| Octal | 357 | 153 | 374 | 5 | 72 | 0 | 1 | 447 | 140 | 106 |
| Binary | 11101111 | 1101011 | 11111100 | 101 | 111010 | 0 | 1 | 100100111 | 1100000 | 1000110 |
Color Harmonies of #EF6BFC
Complementary color
Monochromatic Colors of #EF6BFC
Black with #EF6BFC
Text Example
Text Example
White with #EF6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6BFC; }
p { color: rgb(239,107,252); }
H1.HeaderClassName
{
color: #EF6BFC;
}
.AnyTagClassName
{
color: #EF6BFC;
}
</style>
background-color css
<style>
a { background-color: #EF6BFC; }
a { background-color: rgb(239,107,252); }
div.DivClassName
{
background-color: #EF6BFC;
}
.BgClassName
{
background-color: #EF6BFC;
}
</style>
border-color css
<style>
span { border-color: #EF6BFC; }
span { border-color: rgb(239,107,252); }
td.TdClassName
{
border-color: #EF6BFC;
}
.TagClassName
{
border-color: #EF6BFC;
}
</style>