Shades of Ultra Pink #EE6FFC
Tints of Ultra Pink #EE6FFC
RGB
CMYK
RGB Variations
Color information
#EE6FFC (or 0xEE6FFC) is known color: Ultra Pink. HEX triplet: EE, 6F and FC. RGB value is (238,111,252). Sum of RGB (Red+Green+Blue) = 238+111+252=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 111 (43.75% from 255 or 18.47% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6FFC is #119003. Grayscale: #A4A4A4. Windows color (decimal): -1150980 or 16543726. OLE color: 16543726.
HSL color Cylindrical-coordinate representation of color #EE6FFC: hue angle of 294.04º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6FFC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 111 | 252 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.01 |
| HSL | 294.04º | 0.96% | 0.71% | - |
| HSV(B) | 294.04º | 0.56% | 0.99% | - |
| XYZ | 58.52 | 36.57 | 96.07 | - |
| YUV | 165.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 252 | 0.06 | 0.56 | 0 | 0.01 | 294.04 | 0.96 | 0.71 |
| Hex | EE | 6F | FC | 6 | 38 | 0 | 1 | 126 | 60 | 47 |
| Octal | 356 | 157 | 374 | 6 | 70 | 0 | 1 | 446 | 140 | 107 |
| Binary | 11101110 | 1101111 | 11111100 | 110 | 111000 | 0 | 1 | 100100110 | 1100000 | 1000111 |
Color Harmonies of #EE6FFC
Complementary color
Monochromatic Colors of #EE6FFC
Black with #EE6FFC
Text Example
Text Example
White with #EE6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FFC; }
p { color: rgb(238,111,252); }
H1.HeaderClassName
{
color: #EE6FFC;
}
.AnyTagClassName
{
color: #EE6FFC;
}
</style>
background-color css
<style>
a { background-color: #EE6FFC; }
a { background-color: rgb(238,111,252); }
div.DivClassName
{
background-color: #EE6FFC;
}
.BgClassName
{
background-color: #EE6FFC;
}
</style>
border-color css
<style>
span { border-color: #EE6FFC; }
span { border-color: rgb(238,111,252); }
td.TdClassName
{
border-color: #EE6FFC;
}
.TagClassName
{
border-color: #EE6FFC;
}
</style>