Shades of Ultra Pink #EF70FF
Tints of Ultra Pink #EF70FF
RGB
CMYK
RGB Variations
Color information
#EF70FF (or 0xEF70FF) is known color: Ultra Pink. HEX triplet: EF, 70 and FF. RGB value is (239,112,255). Sum of RGB (Red+Green+Blue) = 239+112+255=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF70FF is #108F00. Grayscale: #A5A5A5. Windows color (decimal): -1085185 or 16740591. OLE color: 16740591.
HSL color Cylindrical-coordinate representation of color #EF70FF: hue angle of 293.29º 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 #EF70FF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 112 | 255 | - |
| CMYK | 0.06 | 0.56 | 0 | 0 |
| HSL | 293.29º | 1% | 0.72% | - |
| HSV(B) | 293.29º | 0.56% | 1% | - |
| XYZ | 59.44 | 37.16 | 98.65 | - |
| YUV | 166.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 255 | 0.06 | 0.56 | 0 | 0 | 293.29 | 1 | 0.72 |
| Hex | EF | 70 | FF | 6 | 38 | 0 | 0 | 125 | 64 | 48 |
| Octal | 357 | 160 | 377 | 6 | 70 | 0 | 0 | 445 | 144 | 110 |
| Binary | 11101111 | 1110000 | 11111111 | 110 | 111000 | 0 | 0 | 100100101 | 1100100 | 1001000 |
Color Harmonies of #EF70FF
Complementary color
Monochromatic Colors of #EF70FF
Black with #EF70FF
Text Example
Text Example
White with #EF70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70FF; }
p { color: rgb(239,112,255); }
H1.HeaderClassName
{
color: #EF70FF;
}
.AnyTagClassName
{
color: #EF70FF;
}
</style>
background-color css
<style>
a { background-color: #EF70FF; }
a { background-color: rgb(239,112,255); }
div.DivClassName
{
background-color: #EF70FF;
}
.BgClassName
{
background-color: #EF70FF;
}
</style>
border-color css
<style>
span { border-color: #EF70FF; }
span { border-color: rgb(239,112,255); }
td.TdClassName
{
border-color: #EF70FF;
}
.TagClassName
{
border-color: #EF70FF;
}
</style>