Shades of Orchid #E369DA
Tints of Orchid #E369DA
RGB
CMYK
RGB Variations
Color information
#E369DA (or 0xE369DA) is known color: Orchid. HEX triplet: E3, 69 and DA. RGB value is (227,105,218). Sum of RGB (Red+Green+Blue) = 227+105+218=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E369DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369DA is #1C9625. Grayscale: #9A9A9A. Windows color (decimal): -1873446 or 14313955. OLE color: 14313955.
HSL color Cylindrical-coordinate representation of color #E369DA: hue angle of 304.43º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369DA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 218 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.11 |
| HSL | 304.43º | 0.69% | 0.65% | - |
| HSV(B) | 304.43º | 0.54% | 0.89% | - |
| XYZ | 49.39 | 31.5 | 69.81 | - |
| YUV | 154.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 218 | 0 | 0.54 | 0.04 | 0.11 | 304.43 | 0.69 | 0.65 |
| Hex | E3 | 69 | DA | 0 | 36 | 4 | B | 130 | 45 | 41 |
| Octal | 343 | 151 | 332 | 0 | 66 | 4 | 13 | 460 | 105 | 101 |
| Binary | 11100011 | 1101001 | 11011010 | 0 | 110110 | 100 | 1011 | 100110000 | 1000101 | 1000001 |
Color Harmonies of #E369DA
Complementary color
Monochromatic Colors of #E369DA
Black with #E369DA
Text Example
Text Example
White with #E369DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369DA; }
p { color: rgb(227,105,218); }
H1.HeaderClassName
{
color: #E369DA;
}
.AnyTagClassName
{
color: #E369DA;
}
</style>
background-color css
<style>
a { background-color: #E369DA; }
a { background-color: rgb(227,105,218); }
div.DivClassName
{
background-color: #E369DA;
}
.BgClassName
{
background-color: #E369DA;
}
</style>
border-color css
<style>
span { border-color: #E369DA; }
span { border-color: rgb(227,105,218); }
td.TdClassName
{
border-color: #E369DA;
}
.TagClassName
{
border-color: #E369DA;
}
</style>