Shades of Pale Magenta #EE78D4
Tints of Pale Magenta #EE78D4
RGB
CMYK
RGB Variations
Color information
#EE78D4 (or 0xEE78D4) is known color: Pale Magenta. HEX triplet: EE, 78 and D4. RGB value is (238,120,212). Sum of RGB (Red+Green+Blue) = 238+120+212=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78D4 is #11872B. Grayscale: #A5A5A5. Windows color (decimal): -1148716 or 13924590. OLE color: 13924590.
HSL color Cylindrical-coordinate representation of color #EE78D4: hue angle of 313.22º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE78D4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 212 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.07 |
| HSL | 313.22º | 0.78% | 0.7% | - |
| HSV(B) | 313.22º | 0.5% | 0.93% | - |
| XYZ | 53.86 | 36.36 | 66.47 | - |
| YUV | 165.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 212 | 0 | 0.50 | 0.11 | 0.07 | 313.22 | 0.78 | 0.7 |
| Hex | EE | 78 | D4 | 0 | 32 | B | 7 | 139 | 4E | 46 |
| Octal | 356 | 170 | 324 | 0 | 62 | 13 | 7 | 471 | 116 | 106 |
| Binary | 11101110 | 1111000 | 11010100 | 0 | 110010 | 1011 | 111 | 100111001 | 1001110 | 1000110 |
Color Harmonies of #EE78D4
Complementary color
Monochromatic Colors of #EE78D4
Black with #EE78D4
Text Example
Text Example
White with #EE78D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE78D4; }
p { color: rgb(238,120,212); }
H1.HeaderClassName
{
color: #EE78D4;
}
.AnyTagClassName
{
color: #EE78D4;
}
</style>
background-color css
<style>
a { background-color: #EE78D4; }
a { background-color: rgb(238,120,212); }
div.DivClassName
{
background-color: #EE78D4;
}
.BgClassName
{
background-color: #EE78D4;
}
</style>
border-color css
<style>
span { border-color: #EE78D4; }
span { border-color: rgb(238,120,212); }
td.TdClassName
{
border-color: #EE78D4;
}
.TagClassName
{
border-color: #EE78D4;
}
</style>