Shades of Orchid #E470DD
Tints of Orchid #E470DD
RGB
CMYK
RGB Variations
Color information
#E470DD (or 0xE470DD) is known color: Orchid. HEX triplet: E4, 70 and DD. RGB value is (228,112,221). Sum of RGB (Red+Green+Blue) = 228+112+221=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E470DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470DD is #1B8F22. Grayscale: #9E9E9E. Windows color (decimal): -1806115 or 14512356. OLE color: 14512356.
HSL color Cylindrical-coordinate representation of color #E470DD: hue angle of 303.62º 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 #E470DD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 221 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.11 |
| HSL | 303.62º | 0.68% | 0.67% | - |
| HSV(B) | 303.62º | 0.51% | 0.89% | - |
| XYZ | 50.84 | 33.3 | 72.16 | - |
| YUV | 159.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 221 | 0 | 0.51 | 0.03 | 0.11 | 303.62 | 0.68 | 0.67 |
| Hex | E4 | 70 | DD | 0 | 33 | 3 | B | 130 | 44 | 43 |
| Octal | 344 | 160 | 335 | 0 | 63 | 3 | 13 | 460 | 104 | 103 |
| Binary | 11100100 | 1110000 | 11011101 | 0 | 110011 | 11 | 1011 | 100110000 | 1000100 | 1000011 |
Color Harmonies of #E470DD
Complementary color
Monochromatic Colors of #E470DD
Black with #E470DD
Text Example
Text Example
White with #E470DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470DD; }
p { color: rgb(228,112,221); }
H1.HeaderClassName
{
color: #E470DD;
}
.AnyTagClassName
{
color: #E470DD;
}
</style>
background-color css
<style>
a { background-color: #E470DD; }
a { background-color: rgb(228,112,221); }
div.DivClassName
{
background-color: #E470DD;
}
.BgClassName
{
background-color: #E470DD;
}
</style>
border-color css
<style>
span { border-color: #E470DD; }
span { border-color: rgb(228,112,221); }
td.TdClassName
{
border-color: #E470DD;
}
.TagClassName
{
border-color: #E470DD;
}
</style>