Shades of Pale Magenta #EC8FDD
Tints of Pale Magenta #EC8FDD
RGB
CMYK
RGB Variations
Color information
#EC8FDD (or 0xEC8FDD) is known color: Pale Magenta. HEX triplet: EC, 8F and DD. RGB value is (236,143,221). Sum of RGB (Red+Green+Blue) = 236+143+221=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FDD is #137022. Grayscale: #B3B3B3. Windows color (decimal): -1273891 or 14520300. OLE color: 14520300.
HSL color Cylindrical-coordinate representation of color #EC8FDD: hue angle of 309.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FDD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 143 | 221 | - |
CMYK | 0 | 0.39 | 0.06 | 0.07 |
HSL | 309.68º | 0.71% | 0.74% | - |
HSV(B) | 309.68º | 0.39% | 0.93% | - |
XYZ | 57.47 | 42.7 | 73.62 | - |
YUV | 179.7 | 151.31 | 168.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 143 | 221 | 0 | 0.39 | 0.06 | 0.07 | 309.68 | 0.71 | 0.74 |
Hex | EC | 8F | DD | 0 | 27 | 6 | 7 | 136 | 47 | 4A |
Octal | 354 | 217 | 335 | 0 | 47 | 6 | 7 | 466 | 107 | 112 |
Binary | 11101100 | 10001111 | 11011101 | 0 | 100111 | 110 | 111 | 100110110 | 1000111 | 1001010 |
Color Harmonies of #EC8FDD
Complementary color
Monochromatic Colors of #EC8FDD
Black with #EC8FDD
Text Example
Text Example
White with #EC8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FDD; }
p { color: rgb(236,143,221); }
H1.HeaderClassName
{
color: #EC8FDD;
}
.AnyTagClassName
{
color: #EC8FDD;
}
</style>
background-color css
<style>
a { background-color: #EC8FDD; }
a { background-color: rgb(236,143,221); }
div.DivClassName
{
background-color: #EC8FDD;
}
.BgClassName
{
background-color: #EC8FDD;
}
</style>
border-color css
<style>
span { border-color: #EC8FDD; }
span { border-color: rgb(236,143,221); }
td.TdClassName
{
border-color: #EC8FDD;
}
.TagClassName
{
border-color: #EC8FDD;
}
</style>