Shades of Ultra Pink #EF6EFB
Tints of Ultra Pink #EF6EFB
RGB
CMYK
RGB Variations
Color information
#EF6EFB (or 0xEF6EFB) is known color: Ultra Pink. HEX triplet: EF, 6E and FB. RGB value is (239,110,251). Sum of RGB (Red+Green+Blue) = 239+110+251=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 110 (43.36% from 255 or 18.33% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF6EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EFB is #109104. Grayscale: #A4A4A4. Windows color (decimal): -1085701 or 16477935. OLE color: 16477935.
HSL color Cylindrical-coordinate representation of color #EF6EFB: hue angle of 294.89º degrees, saturation: 0.95, 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 #EF6EFB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 110 | 251 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.02 |
| HSL | 294.89º | 0.95% | 0.71% | - |
| HSV(B) | 294.89º | 0.56% | 0.98% | - |
| XYZ | 58.59 | 36.47 | 95.22 | - |
| YUV | 164.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 251 | 0.05 | 0.56 | 0 | 0.02 | 294.89 | 0.95 | 0.71 |
| Hex | EF | 6E | FB | 5 | 38 | 0 | 2 | 127 | 5F | 47 |
| Octal | 357 | 156 | 373 | 5 | 70 | 0 | 2 | 447 | 137 | 107 |
| Binary | 11101111 | 1101110 | 11111011 | 101 | 111000 | 0 | 10 | 100100111 | 1011111 | 1000111 |
Color Harmonies of #EF6EFB
Complementary color
Monochromatic Colors of #EF6EFB
Black with #EF6EFB
Text Example
Text Example
White with #EF6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EFB; }
p { color: rgb(239,110,251); }
H1.HeaderClassName
{
color: #EF6EFB;
}
.AnyTagClassName
{
color: #EF6EFB;
}
</style>
background-color css
<style>
a { background-color: #EF6EFB; }
a { background-color: rgb(239,110,251); }
div.DivClassName
{
background-color: #EF6EFB;
}
.BgClassName
{
background-color: #EF6EFB;
}
</style>
border-color css
<style>
span { border-color: #EF6EFB; }
span { border-color: rgb(239,110,251); }
td.TdClassName
{
border-color: #EF6EFB;
}
.TagClassName
{
border-color: #EF6EFB;
}
</style>