Shades of Orchid #E06CBE
Tints of Orchid #E06CBE
RGB
CMYK
RGB Variations
Color information
#E06CBE (or 0xE06CBE) is known color: Orchid. HEX triplet: E0, 6C and BE. RGB value is (224,108,190). Sum of RGB (Red+Green+Blue) = 224+108+190=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CBE is #1F9341. Grayscale: #979797. Windows color (decimal): -2069314 or 12479712. OLE color: 12479712.
HSL color Cylindrical-coordinate representation of color #E06CBE: hue angle of 317.59º 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 #E06CBE is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 190 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.12 |
| HSL | 317.59º | 0.65% | 0.65% | - |
| HSV(B) | 317.59º | 0.52% | 0.88% | - |
| XYZ | 45.4 | 30.29 | 52.17 | - |
| YUV | 152.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 190 | 0 | 0.52 | 0.15 | 0.12 | 317.59 | 0.65 | 0.65 |
| Hex | E0 | 6C | BE | 0 | 34 | F | C | 13E | 41 | 41 |
| Octal | 340 | 154 | 276 | 0 | 64 | 17 | 14 | 476 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10111110 | 0 | 110100 | 1111 | 1100 | 100111110 | 1000001 | 1000001 |
Color Harmonies of #E06CBE
Complementary color
Monochromatic Colors of #E06CBE
Black with #E06CBE
Text Example
Text Example
White with #E06CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CBE; }
p { color: rgb(224,108,190); }
H1.HeaderClassName
{
color: #E06CBE;
}
.AnyTagClassName
{
color: #E06CBE;
}
</style>
background-color css
<style>
a { background-color: #E06CBE; }
a { background-color: rgb(224,108,190); }
div.DivClassName
{
background-color: #E06CBE;
}
.BgClassName
{
background-color: #E06CBE;
}
</style>
border-color css
<style>
span { border-color: #E06CBE; }
span { border-color: rgb(224,108,190); }
td.TdClassName
{
border-color: #E06CBE;
}
.TagClassName
{
border-color: #E06CBE;
}
</style>