Shades of Pale Magenta #EB8FDD
Tints of Pale Magenta #EB8FDD
RGB
CMYK
RGB Variations
Color information
#EB8FDD (or 0xEB8FDD) is known color: Pale Magenta. HEX triplet: EB, 8F and DD. RGB value is (235,143,221). Sum of RGB (Red+Green+Blue) = 235+143+221=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FDD is #147022. Grayscale: #B3B3B3. Windows color (decimal): -1339427 or 14520299. OLE color: 14520299.
HSL color Cylindrical-coordinate representation of color #EB8FDD: hue angle of 309.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8FDD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 143 | 221 | - |
CMYK | 0 | 0.39 | 0.06 | 0.08 |
HSL | 309.13º | 0.7% | 0.74% | - |
HSV(B) | 309.13º | 0.39% | 0.92% | - |
XYZ | 57.13 | 42.53 | 73.6 | - |
YUV | 179.4 | 151.48 | 167.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 143 | 221 | 0 | 0.39 | 0.06 | 0.08 | 309.13 | 0.7 | 0.74 |
Hex | EB | 8F | DD | 0 | 27 | 6 | 8 | 135 | 46 | 4A |
Octal | 353 | 217 | 335 | 0 | 47 | 6 | 10 | 465 | 106 | 112 |
Binary | 11101011 | 10001111 | 11011101 | 0 | 100111 | 110 | 1000 | 100110101 | 1000110 | 1001010 |
Color Harmonies of #EB8FDD
Complementary color
Monochromatic Colors of #EB8FDD
Black with #EB8FDD
Text Example
Text Example
White with #EB8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FDD; }
p { color: rgb(235,143,221); }
H1.HeaderClassName
{
color: #EB8FDD;
}
.AnyTagClassName
{
color: #EB8FDD;
}
</style>
background-color css
<style>
a { background-color: #EB8FDD; }
a { background-color: rgb(235,143,221); }
div.DivClassName
{
background-color: #EB8FDD;
}
.BgClassName
{
background-color: #EB8FDD;
}
</style>
border-color css
<style>
span { border-color: #EB8FDD; }
span { border-color: rgb(235,143,221); }
td.TdClassName
{
border-color: #EB8FDD;
}
.TagClassName
{
border-color: #EB8FDD;
}
</style>