Shades of Ultra Pink #EE71FA
Tints of Ultra Pink #EE71FA
RGB
CMYK
RGB Variations
Color information
#EE71FA (or 0xEE71FA) is known color: Ultra Pink. HEX triplet: EE, 71 and FA. RGB value is (238,113,250). Sum of RGB (Red+Green+Blue) = 238+113+250=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE71FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71FA is #118E05. Grayscale: #A5A5A5. Windows color (decimal): -1150470 or 16413166. OLE color: 16413166.
HSL color Cylindrical-coordinate representation of color #EE71FA: hue angle of 294.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE71FA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 113 | 250 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.02 |
| HSL | 294.74º | 0.93% | 0.71% | - |
| HSV(B) | 294.74º | 0.55% | 0.98% | - |
| XYZ | 58.42 | 36.89 | 94.48 | - |
| YUV | 165.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 250 | 0.05 | 0.55 | 0 | 0.02 | 294.74 | 0.93 | 0.71 |
| Hex | EE | 71 | FA | 5 | 37 | 0 | 2 | 127 | 5D | 47 |
| Octal | 356 | 161 | 372 | 5 | 67 | 0 | 2 | 447 | 135 | 107 |
| Binary | 11101110 | 1110001 | 11111010 | 101 | 110111 | 0 | 10 | 100100111 | 1011101 | 1000111 |
Color Harmonies of #EE71FA
Complementary color
Monochromatic Colors of #EE71FA
Black with #EE71FA
Text Example
Text Example
White with #EE71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71FA; }
p { color: rgb(238,113,250); }
H1.HeaderClassName
{
color: #EE71FA;
}
.AnyTagClassName
{
color: #EE71FA;
}
</style>
background-color css
<style>
a { background-color: #EE71FA; }
a { background-color: rgb(238,113,250); }
div.DivClassName
{
background-color: #EE71FA;
}
.BgClassName
{
background-color: #EE71FA;
}
</style>
border-color css
<style>
span { border-color: #EE71FA; }
span { border-color: rgb(238,113,250); }
td.TdClassName
{
border-color: #EE71FA;
}
.TagClassName
{
border-color: #EE71FA;
}
</style>