Shades of Ultra Pink #EF6DFA
Tints of Ultra Pink #EF6DFA
RGB
CMYK
RGB Variations
Color information
#EF6DFA (or 0xEF6DFA) is known color: Ultra Pink. HEX triplet: EF, 6D and FA. RGB value is (239,109,250). Sum of RGB (Red+Green+Blue) = 239+109+250=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 109 (42.97% from 255 or 18.23% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF6DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6DFA is #109205. Grayscale: #A3A3A3. Windows color (decimal): -1085958 or 16412143. OLE color: 16412143.
HSL color Cylindrical-coordinate representation of color #EF6DFA: hue angle of 295.32º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6DFA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 109 | 250 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.02 |
| HSL | 295.32º | 0.93% | 0.7% | - |
| HSV(B) | 295.32º | 0.56% | 0.98% | - |
| XYZ | 58.32 | 36.19 | 94.35 | - |
| YUV | 163.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 250 | 0.04 | 0.56 | 0 | 0.02 | 295.32 | 0.93 | 0.7 |
| Hex | EF | 6D | FA | 4 | 38 | 0 | 2 | 127 | 5D | 46 |
| Octal | 357 | 155 | 372 | 4 | 70 | 0 | 2 | 447 | 135 | 106 |
| Binary | 11101111 | 1101101 | 11111010 | 100 | 111000 | 0 | 10 | 100100111 | 1011101 | 1000110 |
Color Harmonies of #EF6DFA
Complementary color
Monochromatic Colors of #EF6DFA
Black with #EF6DFA
Text Example
Text Example
White with #EF6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DFA; }
p { color: rgb(239,109,250); }
H1.HeaderClassName
{
color: #EF6DFA;
}
.AnyTagClassName
{
color: #EF6DFA;
}
</style>
background-color css
<style>
a { background-color: #EF6DFA; }
a { background-color: rgb(239,109,250); }
div.DivClassName
{
background-color: #EF6DFA;
}
.BgClassName
{
background-color: #EF6DFA;
}
</style>
border-color css
<style>
span { border-color: #EF6DFA; }
span { border-color: rgb(239,109,250); }
td.TdClassName
{
border-color: #EF6DFA;
}
.TagClassName
{
border-color: #EF6DFA;
}
</style>