Shades of Orchid #E069C3
Tints of Orchid #E069C3
RGB
CMYK
RGB Variations
Color information
#E069C3 (or 0xE069C3) is known color: Orchid. HEX triplet: E0, 69 and C3. RGB value is (224,105,195). Sum of RGB (Red+Green+Blue) = 224+105+195=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C3 is #1F963C. Grayscale: #969696. Windows color (decimal): -2070077 or 12806624. OLE color: 12806624.
HSL color Cylindrical-coordinate representation of color #E069C3: hue angle of 314.62º 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 #E069C3 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 195 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.12 |
| HSL | 314.62º | 0.66% | 0.65% | - |
| HSV(B) | 314.62º | 0.53% | 0.88% | - |
| XYZ | 45.64 | 29.89 | 54.99 | - |
| YUV | 150.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 195 | 0 | 0.53 | 0.13 | 0.12 | 314.62 | 0.66 | 0.65 |
| Hex | E0 | 69 | C3 | 0 | 35 | D | C | 13B | 42 | 41 |
| Octal | 340 | 151 | 303 | 0 | 65 | 15 | 14 | 473 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11000011 | 0 | 110101 | 1101 | 1100 | 100111011 | 1000010 | 1000001 |
Color Harmonies of #E069C3
Complementary color
Monochromatic Colors of #E069C3
Black with #E069C3
Text Example
Text Example
White with #E069C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069C3; }
p { color: rgb(224,105,195); }
H1.HeaderClassName
{
color: #E069C3;
}
.AnyTagClassName
{
color: #E069C3;
}
</style>
background-color css
<style>
a { background-color: #E069C3; }
a { background-color: rgb(224,105,195); }
div.DivClassName
{
background-color: #E069C3;
}
.BgClassName
{
background-color: #E069C3;
}
</style>
border-color css
<style>
span { border-color: #E069C3; }
span { border-color: rgb(224,105,195); }
td.TdClassName
{
border-color: #E069C3;
}
.TagClassName
{
border-color: #E069C3;
}
</style>