Shades of Ultra Pink #EF6EF4
Tints of Ultra Pink #EF6EF4
RGB
CMYK
RGB Variations
Color information
#EF6EF4 (or 0xEF6EF4) is known color: Ultra Pink. HEX triplet: EF, 6E and F4. RGB value is (239,110,244). Sum of RGB (Red+Green+Blue) = 239+110+244=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF6EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EF4 is #10910B. Grayscale: #A3A3A3. Windows color (decimal): -1085708 or 16019183. OLE color: 16019183.
HSL color Cylindrical-coordinate representation of color #EF6EF4: hue angle of 297.76º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6EF4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 110 | 244 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.04 |
| HSL | 297.76º | 0.86% | 0.69% | - |
| HSV(B) | 297.76º | 0.55% | 0.96% | - |
| XYZ | 57.5 | 36.03 | 89.51 | - |
| YUV | 163.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 244 | 0.02 | 0.55 | 0 | 0.04 | 297.76 | 0.86 | 0.69 |
| Hex | EF | 6E | F4 | 2 | 37 | 0 | 4 | 12A | 56 | 45 |
| Octal | 357 | 156 | 364 | 2 | 67 | 0 | 4 | 452 | 126 | 105 |
| Binary | 11101111 | 1101110 | 11110100 | 10 | 110111 | 0 | 100 | 100101010 | 1010110 | 1000101 |
Color Harmonies of #EF6EF4
Complementary color
Monochromatic Colors of #EF6EF4
Black with #EF6EF4
Text Example
Text Example
White with #EF6EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EF4; }
p { color: rgb(239,110,244); }
H1.HeaderClassName
{
color: #EF6EF4;
}
.AnyTagClassName
{
color: #EF6EF4;
}
</style>
background-color css
<style>
a { background-color: #EF6EF4; }
a { background-color: rgb(239,110,244); }
div.DivClassName
{
background-color: #EF6EF4;
}
.BgClassName
{
background-color: #EF6EF4;
}
</style>
border-color css
<style>
span { border-color: #EF6EF4; }
span { border-color: rgb(239,110,244); }
td.TdClassName
{
border-color: #EF6EF4;
}
.TagClassName
{
border-color: #EF6EF4;
}
</style>