Shades of Orchid #E66BE2
Tints of Orchid #E66BE2
RGB
CMYK
RGB Variations
Color information
#E66BE2 (or 0xE66BE2) is known color: Orchid. HEX triplet: E6, 6B and E2. RGB value is (230,107,226). Sum of RGB (Red+Green+Blue) = 230+107+226=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BE2 is #19941D. Grayscale: #9C9C9C. Windows color (decimal): -1676318 or 14838758. OLE color: 14838758.
HSL color Cylindrical-coordinate representation of color #E66BE2: hue angle of 301.95º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BE2 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 226 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.10 |
| HSL | 301.95º | 0.71% | 0.66% | - |
| HSV(B) | 301.95º | 0.53% | 0.9% | - |
| XYZ | 51.62 | 32.83 | 75.57 | - |
| YUV | 157.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 226 | 0 | 0.53 | 0.02 | 0.10 | 301.95 | 0.71 | 0.66 |
| Hex | E6 | 6B | E2 | 0 | 35 | 2 | A | 12E | 47 | 42 |
| Octal | 346 | 153 | 342 | 0 | 65 | 2 | 12 | 456 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11100010 | 0 | 110101 | 10 | 1010 | 100101110 | 1000111 | 1000010 |
Color Harmonies of #E66BE2
Complementary color
Monochromatic Colors of #E66BE2
Black with #E66BE2
Text Example
Text Example
White with #E66BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BE2; }
p { color: rgb(230,107,226); }
H1.HeaderClassName
{
color: #E66BE2;
}
.AnyTagClassName
{
color: #E66BE2;
}
</style>
background-color css
<style>
a { background-color: #E66BE2; }
a { background-color: rgb(230,107,226); }
div.DivClassName
{
background-color: #E66BE2;
}
.BgClassName
{
background-color: #E66BE2;
}
</style>
border-color css
<style>
span { border-color: #E66BE2; }
span { border-color: rgb(230,107,226); }
td.TdClassName
{
border-color: #E66BE2;
}
.TagClassName
{
border-color: #E66BE2;
}
</style>