Shades of Ultra Pink #EE6EFB
Tints of Ultra Pink #EE6EFB
RGB
CMYK
RGB Variations
Color information
#EE6EFB (or 0xEE6EFB) is known color: Ultra Pink. HEX triplet: EE, 6E and FB. RGB value is (238,110,251). Sum of RGB (Red+Green+Blue) = 238+110+251=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 110 (43.36% from 255 or 18.36% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE6EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6EFB is #119104. Grayscale: #A3A3A3. Windows color (decimal): -1151237 or 16477934. OLE color: 16477934.
HSL color Cylindrical-coordinate representation of color #EE6EFB: hue angle of 294.47º degrees, saturation: 0.95, 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 #EE6EFB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 110 | 251 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.02 |
| HSL | 294.47º | 0.95% | 0.71% | - |
| HSV(B) | 294.47º | 0.56% | 0.98% | - |
| XYZ | 58.25 | 36.29 | 95.2 | - |
| YUV | 164.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 251 | 0.05 | 0.56 | 0 | 0.02 | 294.47 | 0.95 | 0.71 |
| Hex | EE | 6E | FB | 5 | 38 | 0 | 2 | 126 | 5F | 47 |
| Octal | 356 | 156 | 373 | 5 | 70 | 0 | 2 | 446 | 137 | 107 |
| Binary | 11101110 | 1101110 | 11111011 | 101 | 111000 | 0 | 10 | 100100110 | 1011111 | 1000111 |
Color Harmonies of #EE6EFB
Complementary color
Monochromatic Colors of #EE6EFB
Black with #EE6EFB
Text Example
Text Example
White with #EE6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EFB; }
p { color: rgb(238,110,251); }
H1.HeaderClassName
{
color: #EE6EFB;
}
.AnyTagClassName
{
color: #EE6EFB;
}
</style>
background-color css
<style>
a { background-color: #EE6EFB; }
a { background-color: rgb(238,110,251); }
div.DivClassName
{
background-color: #EE6EFB;
}
.BgClassName
{
background-color: #EE6EFB;
}
</style>
border-color css
<style>
span { border-color: #EE6EFB; }
span { border-color: rgb(238,110,251); }
td.TdClassName
{
border-color: #EE6EFB;
}
.TagClassName
{
border-color: #EE6EFB;
}
</style>