Shades of Orchid #E46FDF
Tints of Orchid #E46FDF
RGB
CMYK
RGB Variations
Color information
#E46FDF (or 0xE46FDF) is known color: Orchid. HEX triplet: E4, 6F and DF. RGB value is (228,111,223). Sum of RGB (Red+Green+Blue) = 228+111+223=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FDF is #1B9020. Grayscale: #9E9E9E. Windows color (decimal): -1806369 or 14643172. OLE color: 14643172.
HSL color Cylindrical-coordinate representation of color #E46FDF: hue angle of 302.56º 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 #E46FDF is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 223 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.11 |
| HSL | 302.56º | 0.68% | 0.66% | - |
| HSV(B) | 302.56º | 0.51% | 0.89% | - |
| XYZ | 51 | 33.19 | 73.53 | - |
| YUV | 158.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 223 | 0 | 0.51 | 0.02 | 0.11 | 302.56 | 0.68 | 0.66 |
| Hex | E4 | 6F | DF | 0 | 33 | 2 | B | 12F | 44 | 42 |
| Octal | 344 | 157 | 337 | 0 | 63 | 2 | 13 | 457 | 104 | 102 |
| Binary | 11100100 | 1101111 | 11011111 | 0 | 110011 | 10 | 1011 | 100101111 | 1000100 | 1000010 |
Color Harmonies of #E46FDF
Complementary color
Monochromatic Colors of #E46FDF
Black with #E46FDF
Text Example
Text Example
White with #E46FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FDF; }
p { color: rgb(228,111,223); }
H1.HeaderClassName
{
color: #E46FDF;
}
.AnyTagClassName
{
color: #E46FDF;
}
</style>
background-color css
<style>
a { background-color: #E46FDF; }
a { background-color: rgb(228,111,223); }
div.DivClassName
{
background-color: #E46FDF;
}
.BgClassName
{
background-color: #E46FDF;
}
</style>
border-color css
<style>
span { border-color: #E46FDF; }
span { border-color: rgb(228,111,223); }
td.TdClassName
{
border-color: #E46FDF;
}
.TagClassName
{
border-color: #E46FDF;
}
</style>