Shades of Ultra Pink #EF71FF
Tints of Ultra Pink #EF71FF
RGB
CMYK
RGB Variations
Color information
#EF71FF (or 0xEF71FF) is known color: Ultra Pink. HEX triplet: EF, 71 and FF. RGB value is (239,113,255). Sum of RGB (Red+Green+Blue) = 239+113+255=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 113 (44.53% from 255 or 18.62% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF71FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71FF is #108E00. Grayscale: #A6A6A6. Windows color (decimal): -1084929 or 16740847. OLE color: 16740847.
HSL color Cylindrical-coordinate representation of color #EF71FF: hue angle of 293.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF71FF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 113 | 255 | - |
| CMYK | 0.06 | 0.56 | 0 | 0 |
| HSL | 293.24º | 1% | 0.72% | - |
| HSV(B) | 293.24º | 0.56% | 1% | - |
| XYZ | 59.55 | 37.38 | 98.68 | - |
| YUV | 166.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 255 | 0.06 | 0.56 | 0 | 0 | 293.24 | 1 | 0.72 |
| Hex | EF | 71 | FF | 6 | 38 | 0 | 0 | 125 | 64 | 48 |
| Octal | 357 | 161 | 377 | 6 | 70 | 0 | 0 | 445 | 144 | 110 |
| Binary | 11101111 | 1110001 | 11111111 | 110 | 111000 | 0 | 0 | 100100101 | 1100100 | 1001000 |
Color Harmonies of #EF71FF
Complementary color
Monochromatic Colors of #EF71FF
Black with #EF71FF
Text Example
Text Example
White with #EF71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71FF; }
p { color: rgb(239,113,255); }
H1.HeaderClassName
{
color: #EF71FF;
}
.AnyTagClassName
{
color: #EF71FF;
}
</style>
background-color css
<style>
a { background-color: #EF71FF; }
a { background-color: rgb(239,113,255); }
div.DivClassName
{
background-color: #EF71FF;
}
.BgClassName
{
background-color: #EF71FF;
}
</style>
border-color css
<style>
span { border-color: #EF71FF; }
span { border-color: rgb(239,113,255); }
td.TdClassName
{
border-color: #EF71FF;
}
.TagClassName
{
border-color: #EF71FF;
}
</style>