Shades of Pale Magenta #FF8CE2
Tints of Pale Magenta #FF8CE2
RGB
CMYK
RGB Variations
Color information
#FF8CE2 (or 0xFF8CE2) is known color: Pale Magenta. HEX triplet: FF, 8C and E2. RGB value is (255,140,226). Sum of RGB (Red+Green+Blue) = 255+140+226=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CE2 is #00731D. Grayscale: #B7B7B7. Windows color (decimal): -29470 or 14847231. OLE color: 14847231.
HSL color Cylindrical-coordinate representation of color #FF8CE2: hue angle of 315.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CE2 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 226 | - |
| CMYK | 0 | 0.45 | 0.11 | 0 |
| HSL | 315.13º | 1% | 0.77% | - |
| HSV(B) | 315.13º | 0.45% | 1% | - |
| XYZ | 64.35 | 45.51 | 77.34 | - |
| YUV | 184.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 226 | 0 | 0.45 | 0.11 | 0 | 315.13 | 1 | 0.77 |
| Hex | FF | 8C | E2 | 0 | 2D | B | 0 | 13B | 64 | 4D |
| Octal | 377 | 214 | 342 | 0 | 55 | 13 | 0 | 473 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11100010 | 0 | 101101 | 1011 | 0 | 100111011 | 1100100 | 1001101 |
Color Harmonies of #FF8CE2
Complementary color
Monochromatic Colors of #FF8CE2
Black with #FF8CE2
Text Example
Text Example
White with #FF8CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CE2; }
p { color: rgb(255,140,226); }
H1.HeaderClassName
{
color: #FF8CE2;
}
.AnyTagClassName
{
color: #FF8CE2;
}
</style>
background-color css
<style>
a { background-color: #FF8CE2; }
a { background-color: rgb(255,140,226); }
div.DivClassName
{
background-color: #FF8CE2;
}
.BgClassName
{
background-color: #FF8CE2;
}
</style>
border-color css
<style>
span { border-color: #FF8CE2; }
span { border-color: rgb(255,140,226); }
td.TdClassName
{
border-color: #FF8CE2;
}
.TagClassName
{
border-color: #FF8CE2;
}
</style>