Shades of Ultra Pink #EE6BFD
Tints of Ultra Pink #EE6BFD
RGB
CMYK
RGB Variations
Color information
#EE6BFD (or 0xEE6BFD) is known color: Ultra Pink. HEX triplet: EE, 6B and FD. RGB value is (238,107,253). Sum of RGB (Red+Green+Blue) = 238+107+253=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 107 (42.19% from 255 or 17.89% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE6BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BFD is #119402. Grayscale: #A2A2A2. Windows color (decimal): -1152003 or 16608238. OLE color: 16608238.
HSL color Cylindrical-coordinate representation of color #EE6BFD: hue angle of 293.84º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6BFD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 107 | 253 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.01 |
| HSL | 293.84º | 0.97% | 0.71% | - |
| HSV(B) | 293.84º | 0.58% | 0.99% | - |
| XYZ | 58.25 | 35.78 | 96.77 | - |
| YUV | 162.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 253 | 0.06 | 0.58 | 0 | 0.01 | 293.84 | 0.97 | 0.71 |
| Hex | EE | 6B | FD | 6 | 3A | 0 | 1 | 126 | 61 | 47 |
| Octal | 356 | 153 | 375 | 6 | 72 | 0 | 1 | 446 | 141 | 107 |
| Binary | 11101110 | 1101011 | 11111101 | 110 | 111010 | 0 | 1 | 100100110 | 1100001 | 1000111 |
Color Harmonies of #EE6BFD
Complementary color
Monochromatic Colors of #EE6BFD
Black with #EE6BFD
Text Example
Text Example
White with #EE6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BFD; }
p { color: rgb(238,107,253); }
H1.HeaderClassName
{
color: #EE6BFD;
}
.AnyTagClassName
{
color: #EE6BFD;
}
</style>
background-color css
<style>
a { background-color: #EE6BFD; }
a { background-color: rgb(238,107,253); }
div.DivClassName
{
background-color: #EE6BFD;
}
.BgClassName
{
background-color: #EE6BFD;
}
</style>
border-color css
<style>
span { border-color: #EE6BFD; }
span { border-color: rgb(238,107,253); }
td.TdClassName
{
border-color: #EE6BFD;
}
.TagClassName
{
border-color: #EE6BFD;
}
</style>