Shades of Orchid #E16BE4
Tints of Orchid #E16BE4
RGB
CMYK
RGB Variations
Color information
#E16BE4 (or 0xE16BE4) is known color: Orchid. HEX triplet: E1, 6B and E4. RGB value is (225,107,228). Sum of RGB (Red+Green+Blue) = 225+107+228=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #E16BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BE4 is #1E941B. Grayscale: #9B9B9B. Windows color (decimal): -2003996 or 14969825. OLE color: 14969825.
HSL color Cylindrical-coordinate representation of color #E16BE4: hue angle of 298.51º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16BE4 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 107 | 228 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.11 |
| HSL | 298.51º | 0.69% | 0.66% | - |
| HSV(B) | 298.51º | 0.53% | 0.89% | - |
| XYZ | 50.31 | 32.12 | 76.95 | - |
| YUV | 156.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 228 | 0.01 | 0.53 | 0 | 0.11 | 298.51 | 0.69 | 0.66 |
| Hex | E1 | 6B | E4 | 1 | 35 | 0 | B | 12B | 45 | 42 |
| Octal | 341 | 153 | 344 | 1 | 65 | 0 | 13 | 453 | 105 | 102 |
| Binary | 11100001 | 1101011 | 11100100 | 1 | 110101 | 0 | 1011 | 100101011 | 1000101 | 1000010 |
Color Harmonies of #E16BE4
Complementary color
Monochromatic Colors of #E16BE4
Black with #E16BE4
Text Example
Text Example
White with #E16BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BE4; }
p { color: rgb(225,107,228); }
H1.HeaderClassName
{
color: #E16BE4;
}
.AnyTagClassName
{
color: #E16BE4;
}
</style>
background-color css
<style>
a { background-color: #E16BE4; }
a { background-color: rgb(225,107,228); }
div.DivClassName
{
background-color: #E16BE4;
}
.BgClassName
{
background-color: #E16BE4;
}
</style>
border-color css
<style>
span { border-color: #E16BE4; }
span { border-color: rgb(225,107,228); }
td.TdClassName
{
border-color: #E16BE4;
}
.TagClassName
{
border-color: #E16BE4;
}
</style>