Shades of Orchid #E46BC5
Tints of Orchid #E46BC5
RGB
CMYK
RGB Variations
Color information
#E46BC5 (or 0xE46BC5) is known color: Orchid. HEX triplet: E4, 6B and C5. RGB value is (228,107,197). Sum of RGB (Red+Green+Blue) = 228+107+197=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BC5 is #1B943A. Grayscale: #999999. Windows color (decimal): -1807419 or 12938212. OLE color: 12938212.
HSL color Cylindrical-coordinate representation of color #E46BC5: hue angle of 315.37º 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 #E46BC5 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 197 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.11 |
| HSL | 315.37º | 0.69% | 0.66% | - |
| HSV(B) | 315.37º | 0.53% | 0.89% | - |
| XYZ | 47.33 | 31.04 | 56.32 | - |
| YUV | 153.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 197 | 0 | 0.53 | 0.14 | 0.11 | 315.37 | 0.69 | 0.66 |
| Hex | E4 | 6B | C5 | 0 | 35 | E | B | 13B | 45 | 42 |
| Octal | 344 | 153 | 305 | 0 | 65 | 16 | 13 | 473 | 105 | 102 |
| Binary | 11100100 | 1101011 | 11000101 | 0 | 110101 | 1110 | 1011 | 100111011 | 1000101 | 1000010 |
Color Harmonies of #E46BC5
Complementary color
Monochromatic Colors of #E46BC5
Black with #E46BC5
Text Example
Text Example
White with #E46BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BC5; }
p { color: rgb(228,107,197); }
H1.HeaderClassName
{
color: #E46BC5;
}
.AnyTagClassName
{
color: #E46BC5;
}
</style>
background-color css
<style>
a { background-color: #E46BC5; }
a { background-color: rgb(228,107,197); }
div.DivClassName
{
background-color: #E46BC5;
}
.BgClassName
{
background-color: #E46BC5;
}
</style>
border-color css
<style>
span { border-color: #E46BC5; }
span { border-color: rgb(228,107,197); }
td.TdClassName
{
border-color: #E46BC5;
}
.TagClassName
{
border-color: #E46BC5;
}
</style>