Shades of Ultra Pink #EE6BFC
Tints of Ultra Pink #EE6BFC
RGB
CMYK
RGB Variations
Color information
#EE6BFC (or 0xEE6BFC) is known color: Ultra Pink. HEX triplet: EE, 6B and FC. RGB value is (238,107,252). Sum of RGB (Red+Green+Blue) = 238+107+252=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 107 (42.19% from 255 or 17.92% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE6BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BFC is #119403. Grayscale: #A2A2A2. Windows color (decimal): -1152004 or 16542702. OLE color: 16542702.
HSL color Cylindrical-coordinate representation of color #EE6BFC: hue angle of 294.21º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6BFC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 107 | 252 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.01 |
| HSL | 294.21º | 0.96% | 0.7% | - |
| HSV(B) | 294.21º | 0.58% | 0.99% | - |
| XYZ | 58.09 | 35.72 | 95.93 | - |
| YUV | 162.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 252 | 0.06 | 0.58 | 0 | 0.01 | 294.21 | 0.96 | 0.7 |
| Hex | EE | 6B | FC | 6 | 3A | 0 | 1 | 126 | 60 | 46 |
| Octal | 356 | 153 | 374 | 6 | 72 | 0 | 1 | 446 | 140 | 106 |
| Binary | 11101110 | 1101011 | 11111100 | 110 | 111010 | 0 | 1 | 100100110 | 1100000 | 1000110 |
Color Harmonies of #EE6BFC
Complementary color
Monochromatic Colors of #EE6BFC
Black with #EE6BFC
Text Example
Text Example
White with #EE6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BFC; }
p { color: rgb(238,107,252); }
H1.HeaderClassName
{
color: #EE6BFC;
}
.AnyTagClassName
{
color: #EE6BFC;
}
</style>
background-color css
<style>
a { background-color: #EE6BFC; }
a { background-color: rgb(238,107,252); }
div.DivClassName
{
background-color: #EE6BFC;
}
.BgClassName
{
background-color: #EE6BFC;
}
</style>
border-color css
<style>
span { border-color: #EE6BFC; }
span { border-color: rgb(238,107,252); }
td.TdClassName
{
border-color: #EE6BFC;
}
.TagClassName
{
border-color: #EE6BFC;
}
</style>