Shades of Orchid #E46FE2
Tints of Orchid #E46FE2
RGB
CMYK
RGB Variations
Color information
#E46FE2 (or 0xE46FE2) is known color: Orchid. HEX triplet: E4, 6F and E2. RGB value is (228,111,226). Sum of RGB (Red+Green+Blue) = 228+111+226=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FE2 is #1B901D. Grayscale: #9E9E9E. Windows color (decimal): -1806366 or 14839780. OLE color: 14839780.
HSL color Cylindrical-coordinate representation of color #E46FE2: hue angle of 301.03º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FE2 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 226 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.11 |
| HSL | 301.03º | 0.68% | 0.66% | - |
| HSV(B) | 301.03º | 0.51% | 0.89% | - |
| XYZ | 51.41 | 33.35 | 75.68 | - |
| YUV | 159.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 226 | 0 | 0.51 | 0.01 | 0.11 | 301.03 | 0.68 | 0.66 |
| Hex | E4 | 6F | E2 | 0 | 33 | 1 | B | 12D | 44 | 42 |
| Octal | 344 | 157 | 342 | 0 | 63 | 1 | 13 | 455 | 104 | 102 |
| Binary | 11100100 | 1101111 | 11100010 | 0 | 110011 | 1 | 1011 | 100101101 | 1000100 | 1000010 |
Color Harmonies of #E46FE2
Complementary color
Monochromatic Colors of #E46FE2
Black with #E46FE2
Text Example
Text Example
White with #E46FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FE2; }
p { color: rgb(228,111,226); }
H1.HeaderClassName
{
color: #E46FE2;
}
.AnyTagClassName
{
color: #E46FE2;
}
</style>
background-color css
<style>
a { background-color: #E46FE2; }
a { background-color: rgb(228,111,226); }
div.DivClassName
{
background-color: #E46FE2;
}
.BgClassName
{
background-color: #E46FE2;
}
</style>
border-color css
<style>
span { border-color: #E46FE2; }
span { border-color: rgb(228,111,226); }
td.TdClassName
{
border-color: #E46FE2;
}
.TagClassName
{
border-color: #E46FE2;
}
</style>