Shades of Ultra Pink #EE6EFA
Tints of Ultra Pink #EE6EFA
RGB
CMYK
RGB Variations
Color information
#EE6EFA (or 0xEE6EFA) is known color: Ultra Pink. HEX triplet: EE, 6E and FA. RGB value is (238,110,250). Sum of RGB (Red+Green+Blue) = 238+110+250=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 110 (43.36% from 255 or 18.39% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6EFA is #119105. Grayscale: #A3A3A3. Windows color (decimal): -1151238 or 16412398. OLE color: 16412398.
HSL color Cylindrical-coordinate representation of color #EE6EFA: hue angle of 294.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6EFA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 110 | 250 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.02 |
| HSL | 294.86º | 0.93% | 0.71% | - |
| HSV(B) | 294.86º | 0.56% | 0.98% | - |
| XYZ | 58.09 | 36.23 | 94.37 | - |
| YUV | 164.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 250 | 0.05 | 0.56 | 0 | 0.02 | 294.86 | 0.93 | 0.71 |
| Hex | EE | 6E | FA | 5 | 38 | 0 | 2 | 127 | 5D | 47 |
| Octal | 356 | 156 | 372 | 5 | 70 | 0 | 2 | 447 | 135 | 107 |
| Binary | 11101110 | 1101110 | 11111010 | 101 | 111000 | 0 | 10 | 100100111 | 1011101 | 1000111 |
Color Harmonies of #EE6EFA
Complementary color
Monochromatic Colors of #EE6EFA
Black with #EE6EFA
Text Example
Text Example
White with #EE6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EFA; }
p { color: rgb(238,110,250); }
H1.HeaderClassName
{
color: #EE6EFA;
}
.AnyTagClassName
{
color: #EE6EFA;
}
</style>
background-color css
<style>
a { background-color: #EE6EFA; }
a { background-color: rgb(238,110,250); }
div.DivClassName
{
background-color: #EE6EFA;
}
.BgClassName
{
background-color: #EE6EFA;
}
</style>
border-color css
<style>
span { border-color: #EE6EFA; }
span { border-color: rgb(238,110,250); }
td.TdClassName
{
border-color: #EE6EFA;
}
.TagClassName
{
border-color: #EE6EFA;
}
</style>