Shades of Orchid #E284D8
Tints of Orchid #E284D8
RGB
CMYK
RGB Variations
Color information
#E284D8 (or 0xE284D8) is known color: Orchid. HEX triplet: E2, 84 and D8. RGB value is (226,132,216). Sum of RGB (Red+Green+Blue) = 226+132+216=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E284D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284D8 is #1D7B27. Grayscale: #A9A9A9. Windows color (decimal): -1932072 or 14189794. OLE color: 14189794.
HSL color Cylindrical-coordinate representation of color #E284D8: hue angle of 306.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284D8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 216 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.11 |
| HSL | 306.38º | 0.62% | 0.7% | - |
| HSV(B) | 306.38º | 0.42% | 0.89% | - |
| XYZ | 52.01 | 37.63 | 69.49 | - |
| YUV | 169.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 216 | 0 | 0.42 | 0.04 | 0.11 | 306.38 | 0.62 | 0.7 |
| Hex | E2 | 84 | D8 | 0 | 2A | 4 | B | 132 | 3E | 46 |
| Octal | 342 | 204 | 330 | 0 | 52 | 4 | 13 | 462 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11011000 | 0 | 101010 | 100 | 1011 | 100110010 | 111110 | 1000110 |
Color Harmonies of #E284D8
Complementary color
Monochromatic Colors of #E284D8
Black with #E284D8
Text Example
Text Example
White with #E284D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284D8; }
p { color: rgb(226,132,216); }
H1.HeaderClassName
{
color: #E284D8;
}
.AnyTagClassName
{
color: #E284D8;
}
</style>
background-color css
<style>
a { background-color: #E284D8; }
a { background-color: rgb(226,132,216); }
div.DivClassName
{
background-color: #E284D8;
}
.BgClassName
{
background-color: #E284D8;
}
</style>
border-color css
<style>
span { border-color: #E284D8; }
span { border-color: rgb(226,132,216); }
td.TdClassName
{
border-color: #E284D8;
}
.TagClassName
{
border-color: #E284D8;
}
</style>