Shades of Orchid #E069C5
Tints of Orchid #E069C5
RGB
CMYK
RGB Variations
Color information
#E069C5 (or 0xE069C5) is known color: Orchid. HEX triplet: E0, 69 and C5. RGB value is (224,105,197). Sum of RGB (Red+Green+Blue) = 224+105+197=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C5 is #1F963A. Grayscale: #969696. Windows color (decimal): -2070075 or 12937696. OLE color: 12937696.
HSL color Cylindrical-coordinate representation of color #E069C5: hue angle of 313.61º 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 #E069C5 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 197 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.12 |
| HSL | 313.61º | 0.66% | 0.65% | - |
| HSV(B) | 313.61º | 0.53% | 0.88% | - |
| XYZ | 45.87 | 29.98 | 56.19 | - |
| YUV | 151.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 197 | 0 | 0.53 | 0.12 | 0.12 | 313.61 | 0.66 | 0.65 |
| Hex | E0 | 69 | C5 | 0 | 35 | C | C | 13A | 42 | 41 |
| Octal | 340 | 151 | 305 | 0 | 65 | 14 | 14 | 472 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11000101 | 0 | 110101 | 1100 | 1100 | 100111010 | 1000010 | 1000001 |
Color Harmonies of #E069C5
Complementary color
Monochromatic Colors of #E069C5
Black with #E069C5
Text Example
Text Example
White with #E069C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069C5; }
p { color: rgb(224,105,197); }
H1.HeaderClassName
{
color: #E069C5;
}
.AnyTagClassName
{
color: #E069C5;
}
</style>
background-color css
<style>
a { background-color: #E069C5; }
a { background-color: rgb(224,105,197); }
div.DivClassName
{
background-color: #E069C5;
}
.BgClassName
{
background-color: #E069C5;
}
</style>
border-color css
<style>
span { border-color: #E069C5; }
span { border-color: rgb(224,105,197); }
td.TdClassName
{
border-color: #E069C5;
}
.TagClassName
{
border-color: #E069C5;
}
</style>