Shades of Ultra Pink #EE70F8
Tints of Ultra Pink #EE70F8
RGB
CMYK
RGB Variations
Color information
#EE70F8 (or 0xEE70F8) is known color: Ultra Pink. HEX triplet: EE, 70 and F8. RGB value is (238,112,248). Sum of RGB (Red+Green+Blue) = 238+112+248=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE70F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70F8 is #118F07. Grayscale: #A4A4A4. Windows color (decimal): -1150728 or 16281838. OLE color: 16281838.
HSL color Cylindrical-coordinate representation of color #EE70F8: hue angle of 295.59º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE70F8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 112 | 248 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.03 |
| HSL | 295.59º | 0.91% | 0.71% | - |
| HSV(B) | 295.59º | 0.55% | 0.97% | - |
| XYZ | 58 | 36.54 | 92.8 | - |
| YUV | 165.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 248 | 0.04 | 0.55 | 0 | 0.03 | 295.59 | 0.91 | 0.71 |
| Hex | EE | 70 | F8 | 4 | 37 | 0 | 3 | 128 | 5B | 47 |
| Octal | 356 | 160 | 370 | 4 | 67 | 0 | 3 | 450 | 133 | 107 |
| Binary | 11101110 | 1110000 | 11111000 | 100 | 110111 | 0 | 11 | 100101000 | 1011011 | 1000111 |
Color Harmonies of #EE70F8
Complementary color
Monochromatic Colors of #EE70F8
Black with #EE70F8
Text Example
Text Example
White with #EE70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70F8; }
p { color: rgb(238,112,248); }
H1.HeaderClassName
{
color: #EE70F8;
}
.AnyTagClassName
{
color: #EE70F8;
}
</style>
background-color css
<style>
a { background-color: #EE70F8; }
a { background-color: rgb(238,112,248); }
div.DivClassName
{
background-color: #EE70F8;
}
.BgClassName
{
background-color: #EE70F8;
}
</style>
border-color css
<style>
span { border-color: #EE70F8; }
span { border-color: rgb(238,112,248); }
td.TdClassName
{
border-color: #EE70F8;
}
.TagClassName
{
border-color: #EE70F8;
}
</style>