Shades of Ultra Pink #EE6BFA
Tints of Ultra Pink #EE6BFA
RGB
CMYK
RGB Variations
Color information
#EE6BFA (or 0xEE6BFA) is known color: Ultra Pink. HEX triplet: EE, 6B and FA. RGB value is (238,107,250). Sum of RGB (Red+Green+Blue) = 238+107+250=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BFA is #119405. Grayscale: #A2A2A2. Windows color (decimal): -1152006 or 16411630. OLE color: 16411630.
HSL color Cylindrical-coordinate representation of color #EE6BFA: hue angle of 294.97º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6BFA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 107 | 250 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.02 |
| HSL | 294.97º | 0.93% | 0.7% | - |
| HSV(B) | 294.97º | 0.57% | 0.98% | - |
| XYZ | 57.77 | 35.59 | 94.27 | - |
| YUV | 162.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 250 | 0.05 | 0.57 | 0 | 0.02 | 294.97 | 0.93 | 0.7 |
| Hex | EE | 6B | FA | 5 | 39 | 0 | 2 | 127 | 5D | 46 |
| Octal | 356 | 153 | 372 | 5 | 71 | 0 | 2 | 447 | 135 | 106 |
| Binary | 11101110 | 1101011 | 11111010 | 101 | 111001 | 0 | 10 | 100100111 | 1011101 | 1000110 |
Color Harmonies of #EE6BFA
Complementary color
Monochromatic Colors of #EE6BFA
Black with #EE6BFA
Text Example
Text Example
White with #EE6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BFA; }
p { color: rgb(238,107,250); }
H1.HeaderClassName
{
color: #EE6BFA;
}
.AnyTagClassName
{
color: #EE6BFA;
}
</style>
background-color css
<style>
a { background-color: #EE6BFA; }
a { background-color: rgb(238,107,250); }
div.DivClassName
{
background-color: #EE6BFA;
}
.BgClassName
{
background-color: #EE6BFA;
}
</style>
border-color css
<style>
span { border-color: #EE6BFA; }
span { border-color: rgb(238,107,250); }
td.TdClassName
{
border-color: #EE6BFA;
}
.TagClassName
{
border-color: #EE6BFA;
}
</style>