Shades of Orchid #E276E5
Tints of Orchid #E276E5
RGB
CMYK
RGB Variations
Color information
#E276E5 (or 0xE276E5) is known color: Orchid. HEX triplet: E2, 76 and E5. RGB value is (226,118,229). Sum of RGB (Red+Green+Blue) = 226+118+229=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #E276E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276E5 is #1D891A. Grayscale: #A2A2A2. Windows color (decimal): -1935643 or 15038178. OLE color: 15038178.
HSL color Cylindrical-coordinate representation of color #E276E5: hue angle of 298.38º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276E5 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 118 | 229 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.10 |
| HSL | 298.38º | 0.68% | 0.68% | - |
| HSV(B) | 298.38º | 0.48% | 0.9% | - |
| XYZ | 51.99 | 34.78 | 78.1 | - |
| YUV | 162.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 229 | 0.01 | 0.48 | 0 | 0.10 | 298.38 | 0.68 | 0.68 |
| Hex | E2 | 76 | E5 | 1 | 30 | 0 | A | 12A | 44 | 44 |
| Octal | 342 | 166 | 345 | 1 | 60 | 0 | 12 | 452 | 104 | 104 |
| Binary | 11100010 | 1110110 | 11100101 | 1 | 110000 | 0 | 1010 | 100101010 | 1000100 | 1000100 |
Color Harmonies of #E276E5
Complementary color
Monochromatic Colors of #E276E5
Black with #E276E5
Text Example
Text Example
White with #E276E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276E5; }
p { color: rgb(226,118,229); }
H1.HeaderClassName
{
color: #E276E5;
}
.AnyTagClassName
{
color: #E276E5;
}
</style>
background-color css
<style>
a { background-color: #E276E5; }
a { background-color: rgb(226,118,229); }
div.DivClassName
{
background-color: #E276E5;
}
.BgClassName
{
background-color: #E276E5;
}
</style>
border-color css
<style>
span { border-color: #E276E5; }
span { border-color: rgb(226,118,229); }
td.TdClassName
{
border-color: #E276E5;
}
.TagClassName
{
border-color: #E276E5;
}
</style>