Shades of Pale Magenta #E68CD3
Tints of Pale Magenta #E68CD3
RGB
CMYK
RGB Variations
Color information
#E68CD3 (or 0xE68CD3) is known color: Pale Magenta. HEX triplet: E6, 8C and D3. RGB value is (230,140,211). Sum of RGB (Red+Green+Blue) = 230+140+211=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CD3 is #19732C. Grayscale: #AEAEAE. Windows color (decimal): -1667885 or 13864166. OLE color: 13864166.
HSL color Cylindrical-coordinate representation of color #E68CD3: hue angle of 312.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CD3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 211 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.10 |
| HSL | 312.67º | 0.64% | 0.73% | - |
| HSV(B) | 312.67º | 0.39% | 0.9% | - |
| XYZ | 53.77 | 40.28 | 66.57 | - |
| YUV | 175 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 211 | 0 | 0.39 | 0.08 | 0.10 | 312.67 | 0.64 | 0.73 |
| Hex | E6 | 8C | D3 | 0 | 27 | 8 | A | 139 | 40 | 49 |
| Octal | 346 | 214 | 323 | 0 | 47 | 10 | 12 | 471 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11010011 | 0 | 100111 | 1000 | 1010 | 100111001 | 1000000 | 1001001 |
Color Harmonies of #E68CD3
Complementary color
Monochromatic Colors of #E68CD3
Black with #E68CD3
Text Example
Text Example
White with #E68CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CD3; }
p { color: rgb(230,140,211); }
H1.HeaderClassName
{
color: #E68CD3;
}
.AnyTagClassName
{
color: #E68CD3;
}
</style>
background-color css
<style>
a { background-color: #E68CD3; }
a { background-color: rgb(230,140,211); }
div.DivClassName
{
background-color: #E68CD3;
}
.BgClassName
{
background-color: #E68CD3;
}
</style>
border-color css
<style>
span { border-color: #E68CD3; }
span { border-color: rgb(230,140,211); }
td.TdClassName
{
border-color: #E68CD3;
}
.TagClassName
{
border-color: #E68CD3;
}
</style>