Shades of Ultra Pink #FF70EE
Tints of Ultra Pink #FF70EE
RGB
CMYK
RGB Variations
Color information
#FF70EE (or 0xFF70EE) is known color: Ultra Pink. HEX triplet: FF, 70 and EE. RGB value is (255,112,238). Sum of RGB (Red+Green+Blue) = 255+112+238=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 112 (44.14% from 255 or 18.51% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70EE is #008F11. Grayscale: #A8A8A8. Windows color (decimal): -36626 or 15626495. OLE color: 15626495.
HSL color Cylindrical-coordinate representation of color #FF70EE: hue angle of 307.13º 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 #FF70EE is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 238 | - |
| CMYK | 0 | 0.56 | 0.07 | 0 |
| HSL | 307.13º | 1% | 0.72% | - |
| HSV(B) | 307.13º | 0.56% | 1% | - |
| XYZ | 62.47 | 39.02 | 85.13 | - |
| YUV | 169.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 238 | 0 | 0.56 | 0.07 | 0 | 307.13 | 1 | 0.72 |
| Hex | FF | 70 | EE | 0 | 38 | 7 | 0 | 133 | 64 | 48 |
| Octal | 377 | 160 | 356 | 0 | 70 | 7 | 0 | 463 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11101110 | 0 | 111000 | 111 | 0 | 100110011 | 1100100 | 1001000 |
Color Harmonies of #FF70EE
Complementary color
Monochromatic Colors of #FF70EE
Black with #FF70EE
Text Example
Text Example
White with #FF70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70EE; }
p { color: rgb(255,112,238); }
H1.HeaderClassName
{
color: #FF70EE;
}
.AnyTagClassName
{
color: #FF70EE;
}
</style>
background-color css
<style>
a { background-color: #FF70EE; }
a { background-color: rgb(255,112,238); }
div.DivClassName
{
background-color: #FF70EE;
}
.BgClassName
{
background-color: #FF70EE;
}
</style>
border-color css
<style>
span { border-color: #FF70EE; }
span { border-color: rgb(255,112,238); }
td.TdClassName
{
border-color: #FF70EE;
}
.TagClassName
{
border-color: #FF70EE;
}
</style>