Shades of Orchid #E469DB
Tints of Orchid #E469DB
RGB
CMYK
RGB Variations
Color information
#E469DB (or 0xE469DB) is known color: Orchid. HEX triplet: E4, 69 and DB. RGB value is (228,105,219). Sum of RGB (Red+Green+Blue) = 228+105+219=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E469DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469DB is #1B9624. Grayscale: #9A9A9A. Windows color (decimal): -1807909 or 14379492. OLE color: 14379492.
HSL color Cylindrical-coordinate representation of color #E469DB: hue angle of 304.39º 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 #E469DB is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 219 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.11 |
| HSL | 304.39º | 0.69% | 0.65% | - |
| HSV(B) | 304.39º | 0.54% | 0.89% | - |
| XYZ | 49.83 | 31.71 | 70.51 | - |
| YUV | 154.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 219 | 0 | 0.54 | 0.04 | 0.11 | 304.39 | 0.69 | 0.65 |
| Hex | E4 | 69 | DB | 0 | 36 | 4 | B | 130 | 45 | 41 |
| Octal | 344 | 151 | 333 | 0 | 66 | 4 | 13 | 460 | 105 | 101 |
| Binary | 11100100 | 1101001 | 11011011 | 0 | 110110 | 100 | 1011 | 100110000 | 1000101 | 1000001 |
Color Harmonies of #E469DB
Complementary color
Monochromatic Colors of #E469DB
Black with #E469DB
Text Example
Text Example
White with #E469DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469DB; }
p { color: rgb(228,105,219); }
H1.HeaderClassName
{
color: #E469DB;
}
.AnyTagClassName
{
color: #E469DB;
}
</style>
background-color css
<style>
a { background-color: #E469DB; }
a { background-color: rgb(228,105,219); }
div.DivClassName
{
background-color: #E469DB;
}
.BgClassName
{
background-color: #E469DB;
}
</style>
border-color css
<style>
span { border-color: #E469DB; }
span { border-color: rgb(228,105,219); }
td.TdClassName
{
border-color: #E469DB;
}
.TagClassName
{
border-color: #E469DB;
}
</style>