Shades of Ultra Pink #EF6FFA
Tints of Ultra Pink #EF6FFA
RGB
CMYK
RGB Variations
Color information
#EF6FFA (or 0xEF6FFA) is known color: Ultra Pink. HEX triplet: EF, 6F and FA. RGB value is (239,111,250). Sum of RGB (Red+Green+Blue) = 239+111+250=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 111 (43.75% from 255 or 18.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF6FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6FFA is #109005. Grayscale: #A4A4A4. Windows color (decimal): -1085446 or 16412655. OLE color: 16412655.
HSL color Cylindrical-coordinate representation of color #EF6FFA: hue angle of 295.25º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6FFA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 111 | 250 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.02 |
| HSL | 295.25º | 0.93% | 0.71% | - |
| HSV(B) | 295.25º | 0.56% | 0.98% | - |
| XYZ | 58.54 | 36.62 | 94.43 | - |
| YUV | 165.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 250 | 0.04 | 0.56 | 0 | 0.02 | 295.25 | 0.93 | 0.71 |
| Hex | EF | 6F | FA | 4 | 38 | 0 | 2 | 127 | 5D | 47 |
| Octal | 357 | 157 | 372 | 4 | 70 | 0 | 2 | 447 | 135 | 107 |
| Binary | 11101111 | 1101111 | 11111010 | 100 | 111000 | 0 | 10 | 100100111 | 1011101 | 1000111 |
Color Harmonies of #EF6FFA
Complementary color
Monochromatic Colors of #EF6FFA
Black with #EF6FFA
Text Example
Text Example
White with #EF6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FFA; }
p { color: rgb(239,111,250); }
H1.HeaderClassName
{
color: #EF6FFA;
}
.AnyTagClassName
{
color: #EF6FFA;
}
</style>
background-color css
<style>
a { background-color: #EF6FFA; }
a { background-color: rgb(239,111,250); }
div.DivClassName
{
background-color: #EF6FFA;
}
.BgClassName
{
background-color: #EF6FFA;
}
</style>
border-color css
<style>
span { border-color: #EF6FFA; }
span { border-color: rgb(239,111,250); }
td.TdClassName
{
border-color: #EF6FFA;
}
.TagClassName
{
border-color: #EF6FFA;
}
</style>