Shades of Orchid #E268E0
Tints of Orchid #E268E0
RGB
CMYK
RGB Variations
Color information
#E268E0 (or 0xE268E0) is known color: Orchid. HEX triplet: E2, 68 and E0. RGB value is (226,104,224). Sum of RGB (Red+Green+Blue) = 226+104+224=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E268E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268E0 is #1D971F. Grayscale: #999999. Windows color (decimal): -1939232 or 14706914. OLE color: 14706914.
HSL color Cylindrical-coordinate representation of color #E268E0: hue angle of 300.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E268E0 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 224 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.11 |
| HSL | 300.98º | 0.68% | 0.65% | - |
| HSV(B) | 300.98º | 0.54% | 0.89% | - |
| XYZ | 49.77 | 31.45 | 73.97 | - |
| YUV | 154.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 224 | 0 | 0.54 | 0.01 | 0.11 | 300.98 | 0.68 | 0.65 |
| Hex | E2 | 68 | E0 | 0 | 36 | 1 | B | 12D | 44 | 41 |
| Octal | 342 | 150 | 340 | 0 | 66 | 1 | 13 | 455 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11100000 | 0 | 110110 | 1 | 1011 | 100101101 | 1000100 | 1000001 |
Color Harmonies of #E268E0
Complementary color
Monochromatic Colors of #E268E0
Black with #E268E0
Text Example
Text Example
White with #E268E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268E0; }
p { color: rgb(226,104,224); }
H1.HeaderClassName
{
color: #E268E0;
}
.AnyTagClassName
{
color: #E268E0;
}
</style>
background-color css
<style>
a { background-color: #E268E0; }
a { background-color: rgb(226,104,224); }
div.DivClassName
{
background-color: #E268E0;
}
.BgClassName
{
background-color: #E268E0;
}
</style>
border-color css
<style>
span { border-color: #E268E0; }
span { border-color: rgb(226,104,224); }
td.TdClassName
{
border-color: #E268E0;
}
.TagClassName
{
border-color: #E268E0;
}
</style>