Shades of Orchid #E46ADB
Tints of Orchid #E46ADB
RGB
CMYK
RGB Variations
Color information
#E46ADB (or 0xE46ADB) is known color: Orchid. HEX triplet: E4, 6A and DB. RGB value is (228,106,219). Sum of RGB (Red+Green+Blue) = 228+106+219=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ADB is #1B9524. Grayscale: #9B9B9B. Windows color (decimal): -1807653 or 14379748. OLE color: 14379748.
HSL color Cylindrical-coordinate representation of color #E46ADB: hue angle of 304.43º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46ADB is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 219 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.11 |
| HSL | 304.43º | 0.69% | 0.65% | - |
| HSV(B) | 304.43º | 0.54% | 0.89% | - |
| XYZ | 49.94 | 31.92 | 70.55 | - |
| YUV | 155.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 219 | 0 | 0.54 | 0.04 | 0.11 | 304.43 | 0.69 | 0.65 |
| Hex | E4 | 6A | DB | 0 | 36 | 4 | B | 130 | 45 | 41 |
| Octal | 344 | 152 | 333 | 0 | 66 | 4 | 13 | 460 | 105 | 101 |
| Binary | 11100100 | 1101010 | 11011011 | 0 | 110110 | 100 | 1011 | 100110000 | 1000101 | 1000001 |
Color Harmonies of #E46ADB
Complementary color
Monochromatic Colors of #E46ADB
Black with #E46ADB
Text Example
Text Example
White with #E46ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46ADB; }
p { color: rgb(228,106,219); }
H1.HeaderClassName
{
color: #E46ADB;
}
.AnyTagClassName
{
color: #E46ADB;
}
</style>
background-color css
<style>
a { background-color: #E46ADB; }
a { background-color: rgb(228,106,219); }
div.DivClassName
{
background-color: #E46ADB;
}
.BgClassName
{
background-color: #E46ADB;
}
</style>
border-color css
<style>
span { border-color: #E46ADB; }
span { border-color: rgb(228,106,219); }
td.TdClassName
{
border-color: #E46ADB;
}
.TagClassName
{
border-color: #E46ADB;
}
</style>