Shades of Orchid #E369E5
Tints of Orchid #E369E5
RGB
CMYK
RGB Variations
Color information
#E369E5 (or 0xE369E5) is known color: Orchid. HEX triplet: E3, 69 and E5. RGB value is (227,105,229). Sum of RGB (Red+Green+Blue) = 227+105+229=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #E369E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369E5 is #1C961A. Grayscale: #9B9B9B. Windows color (decimal): -1873435 or 15034851. OLE color: 15034851.
HSL color Cylindrical-coordinate representation of color #E369E5: hue angle of 299.03º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369E5 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 105 | 229 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.10 |
| HSL | 299.03º | 0.7% | 0.65% | - |
| HSV(B) | 299.03º | 0.54% | 0.9% | - |
| XYZ | 50.87 | 32.09 | 77.64 | - |
| YUV | 155.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 229 | 0.01 | 0.54 | 0 | 0.10 | 299.03 | 0.7 | 0.65 |
| Hex | E3 | 69 | E5 | 1 | 36 | 0 | A | 12B | 46 | 41 |
| Octal | 343 | 151 | 345 | 1 | 66 | 0 | 12 | 453 | 106 | 101 |
| Binary | 11100011 | 1101001 | 11100101 | 1 | 110110 | 0 | 1010 | 100101011 | 1000110 | 1000001 |
Color Harmonies of #E369E5
Complementary color
Monochromatic Colors of #E369E5
Black with #E369E5
Text Example
Text Example
White with #E369E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369E5; }
p { color: rgb(227,105,229); }
H1.HeaderClassName
{
color: #E369E5;
}
.AnyTagClassName
{
color: #E369E5;
}
</style>
background-color css
<style>
a { background-color: #E369E5; }
a { background-color: rgb(227,105,229); }
div.DivClassName
{
background-color: #E369E5;
}
.BgClassName
{
background-color: #E369E5;
}
</style>
border-color css
<style>
span { border-color: #E369E5; }
span { border-color: rgb(227,105,229); }
td.TdClassName
{
border-color: #E369E5;
}
.TagClassName
{
border-color: #E369E5;
}
</style>