Shades of Orchid #E069C9
Tints of Orchid #E069C9
RGB
CMYK
RGB Variations
Color information
#E069C9 (or 0xE069C9) is known color: Orchid. HEX triplet: E0, 69 and C9. RGB value is (224,105,201). Sum of RGB (Red+Green+Blue) = 224+105+201=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C9 is #1F9636. Grayscale: #979797. Windows color (decimal): -2070071 or 13199840. OLE color: 13199840.
HSL color Cylindrical-coordinate representation of color #E069C9: hue angle of 311.6º 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 #E069C9 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 201 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.12 |
| HSL | 311.6º | 0.66% | 0.65% | - |
| HSV(B) | 311.6º | 0.53% | 0.88% | - |
| XYZ | 46.33 | 30.17 | 58.64 | - |
| YUV | 151.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 201 | 0 | 0.53 | 0.10 | 0.12 | 311.6 | 0.66 | 0.65 |
| Hex | E0 | 69 | C9 | 0 | 35 | A | C | 138 | 42 | 41 |
| Octal | 340 | 151 | 311 | 0 | 65 | 12 | 14 | 470 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11001001 | 0 | 110101 | 1010 | 1100 | 100111000 | 1000010 | 1000001 |
Color Harmonies of #E069C9
Complementary color
Monochromatic Colors of #E069C9
Black with #E069C9
Text Example
Text Example
White with #E069C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069C9; }
p { color: rgb(224,105,201); }
H1.HeaderClassName
{
color: #E069C9;
}
.AnyTagClassName
{
color: #E069C9;
}
</style>
background-color css
<style>
a { background-color: #E069C9; }
a { background-color: rgb(224,105,201); }
div.DivClassName
{
background-color: #E069C9;
}
.BgClassName
{
background-color: #E069C9;
}
</style>
border-color css
<style>
span { border-color: #E069C9; }
span { border-color: rgb(224,105,201); }
td.TdClassName
{
border-color: #E069C9;
}
.TagClassName
{
border-color: #E069C9;
}
</style>