Shades of Ultra Pink #FF6EED
Tints of Ultra Pink #FF6EED
RGB
CMYK
RGB Variations
Color information
#FF6EED (or 0xFF6EED) is known color: Ultra Pink. HEX triplet: FF, 6E and ED. RGB value is (255,110,237). Sum of RGB (Red+Green+Blue) = 255+110+237=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 110 (43.36% from 255 or 18.27% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6EED is #009112. Grayscale: #A7A7A7. Windows color (decimal): -37139 or 15560447. OLE color: 15560447.
HSL color Cylindrical-coordinate representation of color #FF6EED: hue angle of 307.45º 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 #FF6EED is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 237 | - |
| CMYK | 0 | 0.57 | 0.07 | 0 |
| HSL | 307.45º | 1% | 0.72% | - |
| HSV(B) | 307.45º | 0.57% | 1% | - |
| XYZ | 62.1 | 38.53 | 84.28 | - |
| YUV | 167.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 237 | 0 | 0.57 | 0.07 | 0 | 307.45 | 1 | 0.72 |
| Hex | FF | 6E | ED | 0 | 39 | 7 | 0 | 133 | 64 | 48 |
| Octal | 377 | 156 | 355 | 0 | 71 | 7 | 0 | 463 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11101101 | 0 | 111001 | 111 | 0 | 100110011 | 1100100 | 1001000 |
Color Harmonies of #FF6EED
Complementary color
Monochromatic Colors of #FF6EED
Black with #FF6EED
Text Example
Text Example
White with #FF6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EED; }
p { color: rgb(255,110,237); }
H1.HeaderClassName
{
color: #FF6EED;
}
.AnyTagClassName
{
color: #FF6EED;
}
</style>
background-color css
<style>
a { background-color: #FF6EED; }
a { background-color: rgb(255,110,237); }
div.DivClassName
{
background-color: #FF6EED;
}
.BgClassName
{
background-color: #FF6EED;
}
</style>
border-color css
<style>
span { border-color: #FF6EED; }
span { border-color: rgb(255,110,237); }
td.TdClassName
{
border-color: #FF6EED;
}
.TagClassName
{
border-color: #FF6EED;
}
</style>