Shades of Orchid #E470D6
Tints of Orchid #E470D6
RGB
CMYK
RGB Variations
Color information
#E470D6 (or 0xE470D6) is known color: Orchid. HEX triplet: E4, 70 and D6. RGB value is (228,112,214). Sum of RGB (Red+Green+Blue) = 228+112+214=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E470D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470D6 is #1B8F29. Grayscale: #9E9E9E. Windows color (decimal): -1806122 or 14053604. OLE color: 14053604.
HSL color Cylindrical-coordinate representation of color #E470D6: hue angle of 307.24º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470D6 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 214 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.11 |
| HSL | 307.24º | 0.68% | 0.67% | - |
| HSV(B) | 307.24º | 0.51% | 0.89% | - |
| XYZ | 49.93 | 32.94 | 67.34 | - |
| YUV | 158.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 214 | 0 | 0.51 | 0.06 | 0.11 | 307.24 | 0.68 | 0.67 |
| Hex | E4 | 70 | D6 | 0 | 33 | 6 | B | 133 | 44 | 43 |
| Octal | 344 | 160 | 326 | 0 | 63 | 6 | 13 | 463 | 104 | 103 |
| Binary | 11100100 | 1110000 | 11010110 | 0 | 110011 | 110 | 1011 | 100110011 | 1000100 | 1000011 |
Color Harmonies of #E470D6
Complementary color
Monochromatic Colors of #E470D6
Black with #E470D6
Text Example
Text Example
White with #E470D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470D6; }
p { color: rgb(228,112,214); }
H1.HeaderClassName
{
color: #E470D6;
}
.AnyTagClassName
{
color: #E470D6;
}
</style>
background-color css
<style>
a { background-color: #E470D6; }
a { background-color: rgb(228,112,214); }
div.DivClassName
{
background-color: #E470D6;
}
.BgClassName
{
background-color: #E470D6;
}
</style>
border-color css
<style>
span { border-color: #E470D6; }
span { border-color: rgb(228,112,214); }
td.TdClassName
{
border-color: #E470D6;
}
.TagClassName
{
border-color: #E470D6;
}
</style>