Shades of Ultra Pink #EF6EFF
Tints of Ultra Pink #EF6EFF
RGB
CMYK
RGB Variations
Color information
#EF6EFF (or 0xEF6EFF) is known color: Ultra Pink. HEX triplet: EF, 6E and FF. RGB value is (239,110,255). Sum of RGB (Red+Green+Blue) = 239+110+255=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 110 (43.36% from 255 or 18.21% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF6EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EFF is #109100. Grayscale: #A4A4A4. Windows color (decimal): -1085697 or 16740079. OLE color: 16740079.
HSL color Cylindrical-coordinate representation of color #EF6EFF: hue angle of 293.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF6EFF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 110 | 255 | - |
| CMYK | 0.06 | 0.57 | 0 | 0 |
| HSL | 293.38º | 1% | 0.72% | - |
| HSV(B) | 293.38º | 0.57% | 1% | - |
| XYZ | 59.22 | 36.72 | 98.57 | - |
| YUV | 165.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 255 | 0.06 | 0.57 | 0 | 0 | 293.38 | 1 | 0.72 |
| Hex | EF | 6E | FF | 6 | 39 | 0 | 0 | 125 | 64 | 48 |
| Octal | 357 | 156 | 377 | 6 | 71 | 0 | 0 | 445 | 144 | 110 |
| Binary | 11101111 | 1101110 | 11111111 | 110 | 111001 | 0 | 0 | 100100101 | 1100100 | 1001000 |
Color Harmonies of #EF6EFF
Complementary color
Monochromatic Colors of #EF6EFF
Black with #EF6EFF
Text Example
Text Example
White with #EF6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EFF; }
p { color: rgb(239,110,255); }
H1.HeaderClassName
{
color: #EF6EFF;
}
.AnyTagClassName
{
color: #EF6EFF;
}
</style>
background-color css
<style>
a { background-color: #EF6EFF; }
a { background-color: rgb(239,110,255); }
div.DivClassName
{
background-color: #EF6EFF;
}
.BgClassName
{
background-color: #EF6EFF;
}
</style>
border-color css
<style>
span { border-color: #EF6EFF; }
span { border-color: rgb(239,110,255); }
td.TdClassName
{
border-color: #EF6EFF;
}
.TagClassName
{
border-color: #EF6EFF;
}
</style>