Shades of Orchid #E067E1
Tints of Orchid #E067E1
RGB
CMYK
RGB Variations
Color information
#E067E1 (or 0xE067E1) is known color: Orchid. HEX triplet: E0, 67 and E1. RGB value is (224,103,225). Sum of RGB (Red+Green+Blue) = 224+103+225=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #E067E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067E1 is #1F981E. Grayscale: #989898. Windows color (decimal): -2070559 or 14772192. OLE color: 14772192.
HSL color Cylindrical-coordinate representation of color #E067E1: hue angle of 299.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067E1 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 225 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.12 |
| HSL | 299.51º | 0.67% | 0.64% | - |
| HSV(B) | 299.51º | 0.54% | 0.88% | - |
| XYZ | 49.18 | 30.98 | 74.62 | - |
| YUV | 153.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 225 | 0.00 | 0.54 | 0 | 0.12 | 299.51 | 0.67 | 0.64 |
| Hex | E0 | 67 | E1 | 0 | 36 | 0 | C | 12C | 43 | 40 |
| Octal | 340 | 147 | 341 | 0 | 66 | 0 | 14 | 454 | 103 | 100 |
| Binary | 11100000 | 1100111 | 11100001 | 0 | 110110 | 0 | 1100 | 100101100 | 1000011 | 1000000 |
Color Harmonies of #E067E1
Complementary color
Monochromatic Colors of #E067E1
Black with #E067E1
Text Example
Text Example
White with #E067E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067E1; }
p { color: rgb(224,103,225); }
H1.HeaderClassName
{
color: #E067E1;
}
.AnyTagClassName
{
color: #E067E1;
}
</style>
background-color css
<style>
a { background-color: #E067E1; }
a { background-color: rgb(224,103,225); }
div.DivClassName
{
background-color: #E067E1;
}
.BgClassName
{
background-color: #E067E1;
}
</style>
border-color css
<style>
span { border-color: #E067E1; }
span { border-color: rgb(224,103,225); }
td.TdClassName
{
border-color: #E067E1;
}
.TagClassName
{
border-color: #E067E1;
}
</style>