Shades of Orchid #E069D8
Tints of Orchid #E069D8
RGB
CMYK
RGB Variations
Color information
#E069D8 (or 0xE069D8) is known color: Orchid. HEX triplet: E0, 69 and D8. RGB value is (224,105,216). Sum of RGB (Red+Green+Blue) = 224+105+216=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D8 is #1F9627. Grayscale: #989898. Windows color (decimal): -2070056 or 14182880. OLE color: 14182880.
HSL color Cylindrical-coordinate representation of color #E069D8: hue angle of 304.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069D8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 216 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.12 |
| HSL | 304.03º | 0.66% | 0.65% | - |
| HSV(B) | 304.03º | 0.53% | 0.88% | - |
| XYZ | 48.19 | 30.91 | 68.39 | - |
| YUV | 153.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 216 | 0 | 0.53 | 0.04 | 0.12 | 304.03 | 0.66 | 0.65 |
| Hex | E0 | 69 | D8 | 0 | 35 | 4 | C | 130 | 42 | 41 |
| Octal | 340 | 151 | 330 | 0 | 65 | 4 | 14 | 460 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11011000 | 0 | 110101 | 100 | 1100 | 100110000 | 1000010 | 1000001 |
Color Harmonies of #E069D8
Complementary color
Monochromatic Colors of #E069D8
Black with #E069D8
Text Example
Text Example
White with #E069D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069D8; }
p { color: rgb(224,105,216); }
H1.HeaderClassName
{
color: #E069D8;
}
.AnyTagClassName
{
color: #E069D8;
}
</style>
background-color css
<style>
a { background-color: #E069D8; }
a { background-color: rgb(224,105,216); }
div.DivClassName
{
background-color: #E069D8;
}
.BgClassName
{
background-color: #E069D8;
}
</style>
border-color css
<style>
span { border-color: #E069D8; }
span { border-color: rgb(224,105,216); }
td.TdClassName
{
border-color: #E069D8;
}
.TagClassName
{
border-color: #E069D8;
}
</style>