Shades of Ultra Pink #EE6BF2
Tints of Ultra Pink #EE6BF2
RGB
CMYK
RGB Variations
Color information
#EE6BF2 (or 0xEE6BF2) is known color: Ultra Pink. HEX triplet: EE, 6B and F2. RGB value is (238,107,242). Sum of RGB (Red+Green+Blue) = 238+107+242=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BF2 is #11940D. Grayscale: #A1A1A1. Windows color (decimal): -1152014 or 15887342. OLE color: 15887342.
HSL color Cylindrical-coordinate representation of color #EE6BF2: hue angle of 298.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6BF2 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 107 | 242 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 298.22º | 0.84% | 0.68% | - |
| HSV(B) | 298.22º | 0.56% | 0.95% | - |
| XYZ | 56.54 | 35.1 | 87.8 | - |
| YUV | 161.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 242 | 0.02 | 0.56 | 0 | 0.05 | 298.22 | 0.84 | 0.68 |
| Hex | EE | 6B | F2 | 2 | 38 | 0 | 5 | 12A | 54 | 44 |
| Octal | 356 | 153 | 362 | 2 | 70 | 0 | 5 | 452 | 124 | 104 |
| Binary | 11101110 | 1101011 | 11110010 | 10 | 111000 | 0 | 101 | 100101010 | 1010100 | 1000100 |
Color Harmonies of #EE6BF2
Complementary color
Monochromatic Colors of #EE6BF2
Black with #EE6BF2
Text Example
Text Example
White with #EE6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BF2; }
p { color: rgb(238,107,242); }
H1.HeaderClassName
{
color: #EE6BF2;
}
.AnyTagClassName
{
color: #EE6BF2;
}
</style>
background-color css
<style>
a { background-color: #EE6BF2; }
a { background-color: rgb(238,107,242); }
div.DivClassName
{
background-color: #EE6BF2;
}
.BgClassName
{
background-color: #EE6BF2;
}
</style>
border-color css
<style>
span { border-color: #EE6BF2; }
span { border-color: rgb(238,107,242); }
td.TdClassName
{
border-color: #EE6BF2;
}
.TagClassName
{
border-color: #EE6BF2;
}
</style>