Shades of Orchid #E276D8
Tints of Orchid #E276D8
RGB
CMYK
RGB Variations
Color information
#E276D8 (or 0xE276D8) is known color: Orchid. HEX triplet: E2, 76 and D8. RGB value is (226,118,216). Sum of RGB (Red+Green+Blue) = 226+118+216=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E276D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276D8 is #1D8927. Grayscale: #A1A1A1. Windows color (decimal): -1935656 or 14186210. OLE color: 14186210.
HSL color Cylindrical-coordinate representation of color #E276D8: hue angle of 305.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276D8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 216 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.11 |
| HSL | 305.56º | 0.65% | 0.67% | - |
| HSV(B) | 305.56º | 0.48% | 0.89% | - |
| XYZ | 50.24 | 34.08 | 68.9 | - |
| YUV | 161.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 216 | 0 | 0.48 | 0.04 | 0.11 | 305.56 | 0.65 | 0.67 |
| Hex | E2 | 76 | D8 | 0 | 30 | 4 | B | 132 | 41 | 43 |
| Octal | 342 | 166 | 330 | 0 | 60 | 4 | 13 | 462 | 101 | 103 |
| Binary | 11100010 | 1110110 | 11011000 | 0 | 110000 | 100 | 1011 | 100110010 | 1000001 | 1000011 |
Color Harmonies of #E276D8
Complementary color
Monochromatic Colors of #E276D8
Black with #E276D8
Text Example
Text Example
White with #E276D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276D8; }
p { color: rgb(226,118,216); }
H1.HeaderClassName
{
color: #E276D8;
}
.AnyTagClassName
{
color: #E276D8;
}
</style>
background-color css
<style>
a { background-color: #E276D8; }
a { background-color: rgb(226,118,216); }
div.DivClassName
{
background-color: #E276D8;
}
.BgClassName
{
background-color: #E276D8;
}
</style>
border-color css
<style>
span { border-color: #E276D8; }
span { border-color: rgb(226,118,216); }
td.TdClassName
{
border-color: #E276D8;
}
.TagClassName
{
border-color: #E276D8;
}
</style>