Shades of Ultra Pink #FF6EEE
Tints of Ultra Pink #FF6EEE
RGB
CMYK
RGB Variations
Color information
#FF6EEE (or 0xFF6EEE) is known color: Ultra Pink. HEX triplet: FF, 6E and EE. RGB value is (255,110,238). Sum of RGB (Red+Green+Blue) = 255+110+238=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 110 (43.36% from 255 or 18.24% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6EEE is #009111. Grayscale: #A7A7A7. Windows color (decimal): -37138 or 15625983. OLE color: 15625983.
HSL color Cylindrical-coordinate representation of color #FF6EEE: hue angle of 307.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6EEE is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 238 | - |
| CMYK | 0 | 0.57 | 0.07 | 0 |
| HSL | 307.03º | 1% | 0.72% | - |
| HSV(B) | 307.03º | 0.57% | 1% | - |
| XYZ | 62.25 | 38.58 | 85.06 | - |
| YUV | 167.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 238 | 0 | 0.57 | 0.07 | 0 | 307.03 | 1 | 0.72 |
| Hex | FF | 6E | EE | 0 | 39 | 7 | 0 | 133 | 64 | 48 |
| Octal | 377 | 156 | 356 | 0 | 71 | 7 | 0 | 463 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11101110 | 0 | 111001 | 111 | 0 | 100110011 | 1100100 | 1001000 |
Color Harmonies of #FF6EEE
Complementary color
Monochromatic Colors of #FF6EEE
Black with #FF6EEE
Text Example
Text Example
White with #FF6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EEE; }
p { color: rgb(255,110,238); }
H1.HeaderClassName
{
color: #FF6EEE;
}
.AnyTagClassName
{
color: #FF6EEE;
}
</style>
background-color css
<style>
a { background-color: #FF6EEE; }
a { background-color: rgb(255,110,238); }
div.DivClassName
{
background-color: #FF6EEE;
}
.BgClassName
{
background-color: #FF6EEE;
}
</style>
border-color css
<style>
span { border-color: #FF6EEE; }
span { border-color: rgb(255,110,238); }
td.TdClassName
{
border-color: #FF6EEE;
}
.TagClassName
{
border-color: #FF6EEE;
}
</style>