Shades of Orchid #E069C2
Tints of Orchid #E069C2
RGB
CMYK
RGB Variations
Color information
#E069C2 (or 0xE069C2) is known color: Orchid. HEX triplet: E0, 69 and C2. RGB value is (224,105,194). Sum of RGB (Red+Green+Blue) = 224+105+194=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C2 is #1F963D. Grayscale: #969696. Windows color (decimal): -2070078 or 12741088. OLE color: 12741088.
HSL color Cylindrical-coordinate representation of color #E069C2: hue angle of 315.13º 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 #E069C2 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 194 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.12 |
| HSL | 315.13º | 0.66% | 0.65% | - |
| HSV(B) | 315.13º | 0.53% | 0.88% | - |
| XYZ | 45.53 | 29.85 | 54.4 | - |
| YUV | 150.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 194 | 0 | 0.53 | 0.13 | 0.12 | 315.13 | 0.66 | 0.65 |
| Hex | E0 | 69 | C2 | 0 | 35 | D | C | 13B | 42 | 41 |
| Octal | 340 | 151 | 302 | 0 | 65 | 15 | 14 | 473 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11000010 | 0 | 110101 | 1101 | 1100 | 100111011 | 1000010 | 1000001 |
Color Harmonies of #E069C2
Complementary color
Monochromatic Colors of #E069C2
Black with #E069C2
Text Example
Text Example
White with #E069C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069C2; }
p { color: rgb(224,105,194); }
H1.HeaderClassName
{
color: #E069C2;
}
.AnyTagClassName
{
color: #E069C2;
}
</style>
background-color css
<style>
a { background-color: #E069C2; }
a { background-color: rgb(224,105,194); }
div.DivClassName
{
background-color: #E069C2;
}
.BgClassName
{
background-color: #E069C2;
}
</style>
border-color css
<style>
span { border-color: #E069C2; }
span { border-color: rgb(224,105,194); }
td.TdClassName
{
border-color: #E069C2;
}
.TagClassName
{
border-color: #E069C2;
}
</style>