Shades of Orchid #E06BBE
Tints of Orchid #E06BBE
RGB
CMYK
RGB Variations
Color information
#E06BBE (or 0xE06BBE) is known color: Orchid. HEX triplet: E0, 6B and BE. RGB value is (224,107,190). Sum of RGB (Red+Green+Blue) = 224+107+190=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BBE is #1F9441. Grayscale: #979797. Windows color (decimal): -2069570 or 12479456. OLE color: 12479456.
HSL color Cylindrical-coordinate representation of color #E06BBE: hue angle of 317.44º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BBE is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 190 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.12 |
| HSL | 317.44º | 0.65% | 0.65% | - |
| HSV(B) | 317.44º | 0.52% | 0.88% | - |
| XYZ | 45.29 | 30.08 | 52.13 | - |
| YUV | 151.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 190 | 0 | 0.52 | 0.15 | 0.12 | 317.44 | 0.65 | 0.65 |
| Hex | E0 | 6B | BE | 0 | 34 | F | C | 13D | 41 | 41 |
| Octal | 340 | 153 | 276 | 0 | 64 | 17 | 14 | 475 | 101 | 101 |
| Binary | 11100000 | 1101011 | 10111110 | 0 | 110100 | 1111 | 1100 | 100111101 | 1000001 | 1000001 |
Color Harmonies of #E06BBE
Complementary color
Monochromatic Colors of #E06BBE
Black with #E06BBE
Text Example
Text Example
White with #E06BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BBE; }
p { color: rgb(224,107,190); }
H1.HeaderClassName
{
color: #E06BBE;
}
.AnyTagClassName
{
color: #E06BBE;
}
</style>
background-color css
<style>
a { background-color: #E06BBE; }
a { background-color: rgb(224,107,190); }
div.DivClassName
{
background-color: #E06BBE;
}
.BgClassName
{
background-color: #E06BBE;
}
</style>
border-color css
<style>
span { border-color: #E06BBE; }
span { border-color: rgb(224,107,190); }
td.TdClassName
{
border-color: #E06BBE;
}
.TagClassName
{
border-color: #E06BBE;
}
</style>